Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-3179: Fix alter table properties for Kudu tables ......................................................................
IMPALA-3179: Fix alter table properties for Kudu tables This is one of the merge follow up tasks. It seems like there was just a line missing to copy the metastore data into the Kudu table object. The HDFS table class does the same thing as in this change. Change-Id: I51c9942f2f398afb7dff2485da759a185ad7505f Reviewed-on: http://gerrit.cloudera.org:8080/2728 Reviewed-by: Casey Ching <[email protected]> Tested-by: Internal Jenkins --- M fe/src/main/java/com/cloudera/impala/catalog/KuduTable.java M tests/query_test/test_kudu.py 2 files changed, 4 insertions(+), 4 deletions(-) Approvals: Casey Ching: Looks good to me, approved Internal Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2728 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I51c9942f2f398afb7dff2485da759a185ad7505f Gerrit-PatchSet: 3 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Casey Ching <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Casey Ching <[email protected]> Gerrit-Reviewer: Internal Jenkins
