You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Casey Ching (Code Review)" <ge...@cloudera.org> on 2016/04/07 01:50:29 UTC

[Impala-CR](cdh5-trunk) IMPALA-3179: Fix alter table properties for Kudu tables

Casey Ching has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2728

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
---
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(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/28/2728/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2728
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I51c9942f2f398afb7dff2485da759a185ad7505f
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Casey Ching <ca...@cloudera.com>