Zoltan Borok-Nagy has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23833 )
Change subject: IMPALA-14341: Iceberg MetaProviders Blacklist DBs/Tables ...................................................................... IMPALA-14341: Iceberg MetaProviders Blacklist DBs/Tables Databases and tables managed by Iceberg Rest Catalogs are now filtered based on the blacklisted dbs and tables startup parameters. Testing was accomplished by new JUnit tests to exercise Java code and custom cluster tests that run queries against blacklisted dbs and tables. Generated-by: Github Copilot (Claude Sonnet 4.5) Change-Id: I73a06d30dcdbb579f92c2afa5928beb6c5a13348 Reviewed-on: http://gerrit.cloudera.org:8080/23833 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Zoltan Borok-Nagy <[email protected]> --- M fe/pom.xml M fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java A fe/src/main/java/org/apache/impala/catalog/local/BlacklistingMetaProvider.java A fe/src/main/java/org/apache/impala/catalog/local/MetaProviderDecorator.java M fe/src/main/java/org/apache/impala/service/catalogmanager/LocalImpl.java M fe/src/main/java/org/apache/impala/util/CatalogBlacklistUtils.java A fe/src/test/java/org/apache/impala/catalog/local/BlacklistingMetaProviderTest.java A fe/src/test/java/org/apache/impala/catalog/local/MetaProviderDecoratorTest.java M fe/src/test/java/org/apache/impala/util/CatalogBlacklistUtilsTest.java A testdata/workloads/functional-query/queries/QueryTest/iceberg-rest-catalog-blacklist-db.test A testdata/workloads/functional-query/queries/QueryTest/iceberg-rest-catalog-blacklist-tables.test M tests/custom_cluster/test_iceberg_rest_catalog.py M tests/custom_cluster/test_sys_db.py 13 files changed, 1,171 insertions(+), 111 deletions(-) Approvals: Impala Public Jenkins: Verified Zoltan Borok-Nagy: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/23833 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I73a06d30dcdbb579f92c2afa5928beb6c5a13348 Gerrit-Change-Number: 23833 Gerrit-PatchSet: 24 Gerrit-Owner: Jason Fehr <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Daniel Vanko <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Jason Fehr <[email protected]> Gerrit-Reviewer: Mihaly Szjatinya <[email protected]> Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
