Hello Quanlong Huang, Jason Fehr, Wenzhe Zhou, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/21792
to look at the new patch set (#7).
Change subject: IMPALA-13322: Fix alter on SystemTables
......................................................................
IMPALA-13322: Fix alter on SystemTables
Fixes SystemTable.load to handle incremental loads - such as during
alter - and correctly update the metastore Table so subsequent
operations see the correct version of the table schema.
Updates QueryScanner to allow unknown columns and log a warning. This is
primarily needed when another coordinator has been upgraded and modified
table metadata with new columns that this coordinator doesn't recognize.
Adds TestQueryLive::test_alter to test that altering the table works and
the table is usable afterwards, including attempting to query unknown
columns as we might encounter them during upgrades.
Change-Id: I9a59e58c086e659941e0db8a2b893ac6dcc5143a
---
M be/src/exec/system-table-scanner.cc
M be/src/exec/system-table-scanner.h
M fe/src/main/java/org/apache/impala/catalog/SystemTable.java
M tests/custom_cluster/test_query_live.py
4 files changed, 78 insertions(+), 18 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/92/21792/7
--
To view, visit http://gerrit.cloudera.org:8080/21792
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I9a59e58c086e659941e0db8a2b893ac6dcc5143a
Gerrit-Change-Number: 21792
Gerrit-PatchSet: 7
Gerrit-Owner: Michael Smith <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Jason Fehr <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Quanlong Huang <[email protected]>
Gerrit-Reviewer: Wenzhe Zhou <[email protected]>