mirror of
https://github.com/apache/impala.git
synced 2026-01-09 15:00:11 -05:00
Fixes tests in show.test that executes 'show files' on the 'insert_string_partitioned' table in our functional db. The expected output relied on modifications to 'insert_string_partitioned' made in test_insert.py. Tests should not rely on the overall ordering of test execution. This patch also fixes 'show files' to produce a consistently ordered output. Change-Id: Ic736b94b70677b0e3f4f8a9838ffdfdde2ba17ab Reviewed-on: http://gerrit.cloudera.org:8080/1748 Reviewed-by: Alex Behm <alex.behm@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