mirror of
https://github.com/apache/impala.git
synced 2026-01-03 15:00:52 -05:00
an empty select-project-join block This commit fixes an issue where an aggregation expr may reference a non-materialized slot if the query contains an empty select-project-join block. This fix ensures that all the exprs in an aggregation reference materialized slots/tuples. Change-Id: Ic2cc9818061b3f06ab1d1cebf4e604352c2df6d1 Reviewed-on: http://gerrit.cloudera.org:8080/348 Reviewed-by: Dimitris Tsirogiannis <dtsirogiannis@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