Matthew Jacobs has uploaded a new patch set (#2). Change subject: IMPALA-5154: Handle 'unpartitioned' Kudu tables ......................................................................
IMPALA-5154: Handle 'unpartitioned' Kudu tables The catalogd was hanging trying to load an unpartitioned Kudu table created outside of Impala. This fixes an assumption made in KuduTable.java that the list of 'partition by' expressions is not empty. Regardless, the list on the thrift structure must be created because the field is marked required. Change-Id: I40926bf6ea46cfca518bba6d4ca13fb5b0de358d --- M fe/src/main/java/org/apache/impala/catalog/KuduTable.java M tests/query_test/test_kudu.py 2 files changed, 35 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/60/6560/2 -- To view, visit http://gerrit.cloudera.org:8080/6560 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I40926bf6ea46cfca518bba6d4ca13fb5b0de358d Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Marcel Kornacker <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]>
