mirror of
https://github.com/apache/impala.git
synced 2026-01-09 06:05:09 -05:00
compatible partition by clause This commit enables pushing predicates through inline views with analytic functions if we can guarantee that the predicates are compatible with the partition by clauses of all analytic functions in the view definition stmt. Change-Id: Ic3debd11a7294dfaf7df8e88d7dc3a1d48b7f927 Reviewed-on: http://gerrit.cloudera.org:8080/278 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