Impala Public Jenkins has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/6560 Reviewed-by: Alex Behm <[email protected]> Tested-by: Impala Public Jenkins --- 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(-) Approvals: Impala Public Jenkins: Verified Alex Behm: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/6560 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I40926bf6ea46cfca518bba6d4ca13fb5b0de358d Gerrit-PatchSet: 3 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Marcel Kornacker <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]>
