mirror of
https://github.com/apache/impala.git
synced 2026-01-07 00:02:28 -05:00
Testing: Ran the test locally on exhaustive in a loop 10 times. Ran a private exhaustive build on hdfs. Change-Id: Ia0af1dc6534234508bd0fed03531f7fe8ff556aa Reviewed-on: http://gerrit.cloudera.org:8080/3103 Reviewed-by: Alex Behm <alex.behm@cloudera.com> Tested-by: Alex Behm <alex.behm@cloudera.com>
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