Matthew Jacobs has uploaded a new change for review. http://gerrit.cloudera.org:8080/6560
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, 34 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/60/6560/1 -- To view, visit http://gerrit.cloudera.org:8080/6560 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I40926bf6ea46cfca518bba6d4ca13fb5b0de358d Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <[email protected]>
