Files
impala/testdata/workloads
Yu-Wen Lai ca48b940ec Bump up CDP_BUILD_NUMBER to 23144489
This patch is to include HIVE-25753, which is needed to improve the
performance of retrieving the latest committed compaction for a table.

Change-Id: Ifd4ae0cba48217483a40a51f97156fabfb00cf27
Reviewed-on: http://gerrit.cloudera.org:8080/18296
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
Reviewed-by: Aman Sinha <amsinha@cloudera.com>
2022-03-14 19:47:19 +00:00
..

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