Fredy Wijaya has uploaded a new patch set (#5). ( http://gerrit.cloudera.org:8080/9819 )
Change subject: IMPALA-6739: Incorrect exception in ALTER TABLE SET statements ...................................................................... IMPALA-6739: Incorrect exception in ALTER TABLE SET statements The patch fixes an issue with executing ALTER TABLE SET statements when there are no matching partitions by throwing an AnalysisException. Testing: - Added a new test - Ran all front-end tests Change-Id: I793e827d5cf5b7986bd150dd9706df58da3417f3 --- M fe/src/main/java/org/apache/impala/analysis/AlterTableSetStmt.java M fe/src/test/java/org/apache/impala/analysis/AnalyzeDDLTest.java 2 files changed, 18 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/19/9819/5 -- To view, visit http://gerrit.cloudera.org:8080/9819 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I793e827d5cf5b7986bd150dd9706df58da3417f3 Gerrit-Change-Number: 9819 Gerrit-PatchSet: 5 Gerrit-Owner: Fredy Wijaya <[email protected]> Gerrit-Reviewer: Adam Holley <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Fredy Wijaya <[email protected]>
