Casey Ching has uploaded a new change for review. http://gerrit.cloudera.org:8080/2901
Change subject: IMPALA-3454: Kudu deletes may fail if subqueries are used ...................................................................... IMPALA-3454: Kudu deletes may fail if subqueries are used 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 --- M fe/src/main/java/com/cloudera/impala/analysis/ModifyStmt.java M testdata/workloads/functional-query/queries/QueryTest/kudu_crud.test 2 files changed, 33 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/01/2901/1 -- To view, visit http://gerrit.cloudera.org:8080/2901 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I55b6fecfd35458fbb5bc20b4be1375484d7bc3c6 Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Casey Ching <[email protected]>
