mirror of
https://github.com/apache/impala.git
synced 2026-01-13 09:00:25 -05:00
Testing: Tested the changes locally by running them in a loop 10 times. Also did a private core/hdfs run. Change-Id: I37e1528c02e598f3fb2d673b6559d55a34bf79b4 Reviewed-on: http://gerrit.cloudera.org:8080/3002 Reviewed-by: Michael Brown <mikeb@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