mirror of
https://github.com/apache/impala.git
synced 2026-01-07 00:02:28 -05:00
This commit fixes an issue where a predicate from the WHERE clause that can be evaluated at a join node is incorrectly assigned to that node's join conjuncts even if it is an outer join, thereby causing the join to return wrong results. Change-Id: Ibf83e4e2c7b618532b3635b312a70a2fa12a0286 Reviewed-on: http://gerrit.cloudera.org:8080/1129 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