mirror of
https://github.com/apache/impala.git
synced 2026-02-01 21:00:29 -05:00
During analysis the subquery is rewritten and during that process some previous analysis state about the Kudu columns was lost and never repopulated. If the Kudu table has keys of different data types that could lead to an error about incorrect data types. It may also be possible that if the data types did match, the wrong values would be deleted. Change-Id: I55b6fecfd35458fbb5bc20b4be1375484d7bc3c6 Reviewed-on: http://gerrit.cloudera.org:8080/2901 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