mirror of
https://github.com/apache/impala.git
synced 2026-02-02 15:00:38 -05:00
This commit fixes an issue where, for the case of a scalar agg subquery with count, the zeroifnull fn is applied to the wrong column during query rewrite. This commit also fixes IMPALA-1237. Change-Id: Ic00ae5799d6970171c007e3ed25348d7fc09d825 Reviewed-on: http://gerrit.sjc.cloudera.com:8080/4286 Reviewed-by: Dimitris Tsirogiannis <dtsirogiannis@cloudera.com> Tested-by: 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