Michael Smith has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19787 )
Change subject: IMPALA-12084: IM under unloaded db should not send full db updates in catalog-v2 ...................................................................... IMPALA-12084: IM under unloaded db should not send full db updates in catalog-v2 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 have added in IMPALA-9936. Tests: - Add e2e test on LocalCatalog mode Change-Id: I38a44f69cca20331ab31acc270c2921a7bfedae5 Reviewed-on: http://gerrit.cloudera.org:8080/19787 Reviewed-by: Daniel Becker <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Michael Smith <[email protected]> --- 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(+), 3 deletions(-) Approvals: Daniel Becker: Looks good to me, but someone else must approve Impala Public Jenkins: Verified Michael Smith: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I38a44f69cca20331ab31acc270c2921a7bfedae5 Gerrit-Change-Number: 19787 Gerrit-PatchSet: 5 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
