Pranay Singh has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9147
Change subject: IMPALA-6444: CTAS STORED AS KUDU not supporting reordering of columns ...................................................................... IMPALA-6444: CTAS STORED AS KUDU not supporting reordering of columns In the function KuduTable.isPrimaryKeyColumn() primaryKeyColumnNames_ does not check for a matching case which causes primaryKeyExprs_ to be empty. This causes to hit an assertion in InsertStmt.prepareExpressions() that generates the exception reported in the jira. The problem is fixed by having an ignoreCase match of the column names. Change-Id: Ica1c8ec1544339e9e80733a7a0c78594e0a727d2 Testing: The fix is verified against the test case in JIRA that fails. --- M fe/src/main/java/org/apache/impala/catalog/KuduTable.java 1 file changed, 10 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/47/9147/1 -- To view, visit http://gerrit.cloudera.org:8080/9147 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ica1c8ec1544339e9e80733a7a0c78594e0a727d2 Gerrit-Change-Number: 9147 Gerrit-PatchSet: 1 Gerrit-Owner: Pranay Singh