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/19 09:19:13 UTC

[Impala-CR](cdh5-trunk) IMPALA-3373: Computing stats on Kudu table duplicates the columns

Casey Ching has uploaded a new change for review.

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

Change subject: IMPALA-3373: Computing stats on Kudu table duplicates the columns
......................................................................

IMPALA-3373: Computing stats on Kudu table duplicates the columns

Computing stats caused the Kudu table to be reloaded in the catalog and
the column definitions ended up getting appended to the existing ones.
There was already a method to clear the column state, so now that is
called during load().

Change-Id: I9ad42338750e9d8873a3584bc22a7cd7bd465c5d
---
M fe/src/main/java/com/cloudera/impala/catalog/KuduTable.java
M testdata/workloads/functional-query/queries/QueryTest/kudu_stats.test
2 files changed, 26 insertions(+), 1 deletion(-)


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

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