Quanlong Huang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19787
Change subject: IMPALA-12084: Fix INVALIDATE METADATA under unloaded db still send full db objects in LocalCatalog mode ...................................................................... IMPALA-12084: Fix INVALIDATE METADATA under unloaded db still send full db objects in LocalCatalog mode INVALIDATE METADATA under unloaded db will also add the newly added db along with the newly added table in the catalog update. In LocalCatalog mode, we should only send back invalidation of the db instead of the full db object. This is a missing logic we should add in IMPALA-9936. Tests: - Add e2e test on LocalCatalog mode Change-Id: I38a44f69cca20331ab31acc270c2921a7bfedae5 --- M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java M tests/custom_cluster/test_metadata_no_events_processing.py 2 files changed, 18 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/87/19787/1 -- To view, visit http://gerrit.cloudera.org:8080/19787 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I38a44f69cca20331ab31acc270c2921a7bfedae5 Gerrit-Change-Number: 19787 Gerrit-PatchSet: 1 Gerrit-Owner: Quanlong Huang <[email protected]>
