Casey Ching has uploaded a new patch set (#2). 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, 15 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/13/2813/2 -- To view, visit http://gerrit.cloudera.org:8080/2813 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I9ad42338750e9d8873a3584bc22a7cd7bd465c5d Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Casey Ching <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]>
