mirror of
https://github.com/apache/impala.git
synced 2026-02-01 12:00:22 -05:00
to support a list of columns Modified parser to support compute incremental stats columns.No need to modify the code of other modules because it already supports Change-Id: I4dcc2d4458679c39581446f6d87bb7903803f09b Reviewed-on: http://gerrit.cloudera.org:8080/16947 Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Reviewed-by: Tim Armstrong <tarmstrong@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