Hello Lars Volker,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/9147
to look at the new patch set (#5).
Change subject: IMPALA-6444: CTAS STORED AS KUDU to support reordering of
columns
......................................................................
IMPALA-6444: CTAS STORED AS KUDU to support 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.
Testing
-------
Verified against the newly added test case that reproduces the issue without
the fix.
Change-Id: Ica1c8ec1544339e9e80733a7a0c78594e0a727d2
---
M fe/src/main/java/org/apache/impala/catalog/KuduTable.java
M testdata/workloads/functional-query/queries/QueryTest/kudu_create.test
2 files changed, 24 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/47/9147/5
--
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: newpatchset
Gerrit-Change-Id: Ica1c8ec1544339e9e80733a7a0c78594e0a727d2
Gerrit-Change-Number: 9147
Gerrit-PatchSet: 5
Gerrit-Owner: Pranay Singh
Gerrit-Reviewer: Lars Volker <[email protected]>
Gerrit-Reviewer: Pranay Singh