mirror of
https://github.com/apache/impala.git
synced 2025-12-30 12:02:10 -05:00
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>
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