mirror of
https://github.com/apache/impala.git
synced 2026-02-02 06:00:36 -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