Thomas Tauber-Marshall has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9728
Change subject: IMPALA-6687: Fix INSERT with mixed case partition column name ...................................................................... IMPALA-6687: Fix INSERT with mixed case partition column name For INSERT/UPSERT where a column permutation is specified but some columns are excluded, Impala would fail with an AnalysisException if a partition column for an HDFS table specified in the column permutation, i.e. not in the partition clause (or equivalently, a row-key column for an HBase table or a primary key for a Kudu table) was specified with some upper case letters. Testing: - Added analysis tests for all of the above scenarios. Change-Id: If6975c2978850381904a45107f76850640aff52e --- M fe/src/main/java/org/apache/impala/analysis/InsertStmt.java M fe/src/test/java/org/apache/impala/analysis/AnalyzeStmtsTest.java M fe/src/test/java/org/apache/impala/analysis/AnalyzeUpsertStmtTest.java 3 files changed, 27 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/28/9728/1 -- To view, visit http://gerrit.cloudera.org:8080/9728 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: If6975c2978850381904a45107f76850640aff52e Gerrit-Change-Number: 9728 Gerrit-PatchSet: 1 Gerrit-Owner: Thomas Tauber-Marshall <[email protected]>
