mirror of
https://github.com/apache/impala.git
synced 2026-01-04 09:00:56 -05:00
IMPALA-2862 fixed parsing for regular expressions in the result verifier. This change fixes a test that had a broken regular expression, which was not caught by the exhaustive test suite. I search for tests with a similar issue but couldn't find any: git grep "regex:[^,]\+'" Change-Id: I3aaca6bdfdc1eaab715929aa5fc6b64e6c969656 Reviewed-on: http://gerrit.cloudera.org:8080/2089 Reviewed-by: Alex Behm <alex.behm@cloudera.com> Tested-by: Internal Jenkins
This directory contains Impala test workloads. The directory layout for the workloads should follow: workloads/ <data set name>/<data set name>_dimensions.csv <- The test dimension file <data set name>/<data set name>_core.csv <- A test vector file <data set name>/<data set name>_pairwise.csv <data set name>/<data set name>_exhaustive.csv <data set name>/queries/<query test>.test <- The queries for this workload