Internal Jenkins has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/2813 Reviewed-by: Alex Behm <[email protected]> Tested-by: Internal Jenkins --- 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(-) Approvals: Internal Jenkins: Verified Alex Behm: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2813 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9ad42338750e9d8873a3584bc22a7cd7bd465c5d 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
