mirror of
https://github.com/apache/impala.git
synced 2026-01-08 12:02:54 -05:00
I tried to investigate the jenkins issue where we weren't returning any rows. I setup the cluster on that box manually and noticed there weren't any results because the store_sales table was empty. Refresh did not fix. This looks like a data loading issue. Adding this test would make discovering this like this much easier. Change-Id: I8ccddd43892b279d506371b9de717629815c6a08 Reviewed-on: http://gerrit.ent.cloudera.com:8080/260 Reviewed-by: Nong Li <nong@cloudera.com> Tested-by: Nong Li <nong@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