mirror of
https://github.com/apache/impala.git
synced 2026-01-10 00:00:16 -05:00
clause This commit fixes the issue where if a query contains a count(distinct) expression in conjunction with a limit, the limit is incorrectly applied to the wrong place in the generated plan, thereby producing incorrect results. Change-Id: I776e1b78461323e7ab72d491dcec7a9acd9e75f9 Reviewed-on: http://gerrit.cloudera.org:8080/196 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