mirror of
https://github.com/apache/impala.git
synced 2026-01-10 18:00:14 -05:00
(part2) With this commit we use regex when comparing the file sizes of table 'tpch_nested_parquet.region' in the PlannerTest. Change-Id: I03fa177c9d36d60bcb5ce7eece8a5a7c98bb7985 Reviewed-on: http://gerrit.cloudera.org:8080/1216 Reviewed-by: Dimitris Tsirogiannis <dtsirogiannis@cloudera.com> Tested-by: Internal Jenkins Conflicts: testdata/workloads/functional-planner/queries/PlannerTest/nested-collections.test testdata/workloads/functional-planner/queries/PlannerTest/tpch-nested.test
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