Casey Ching has uploaded a new patch set (#2).

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/DeleteStmt.java
M fe/src/main/java/com/cloudera/impala/analysis/ModifyStmt.java
M fe/src/main/java/com/cloudera/impala/analysis/UpdateStmt.java
M testdata/workloads/functional-query/queries/QueryTest/kudu_crud.test
4 files changed, 44 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/01/2901/2
-- 
To view, visit http://gerrit.cloudera.org:8080/2901
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I55b6fecfd35458fbb5bc20b4be1375484d7bc3c6
Gerrit-PatchSet: 2
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Casey Ching <[email protected]>
Gerrit-Reviewer: Alex Behm <[email protected]>
Gerrit-Reviewer: Casey Ching <[email protected]>

Reply via email to