Noemi Pap-Takacs has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23118 )
Change subject: IMPALA-14017: Add Ranger tests to Iceberg REST Catalog ...................................................................... IMPALA-14017: Add Ranger tests to Iceberg REST Catalog This patch adds authorization tests for the case when Impala only connects to an Iceberg REST Catalog. To make the tests faster it also implements REFRESH AUTHORIZATION without CatalogD. Testing: * custom cluster tests added with Ranger + Iceberg REST Catalog Change-Id: I30d506e04537c5ca878ab9cf58792bc8a6b560c3 Reviewed-on: http://gerrit.cloudera.org:8080/23118 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Noemi Pap-Takacs <[email protected]> --- M be/src/exec/catalog-op-executor.cc M be/src/service/frontend.cc M be/src/service/frontend.h M be/src/service/impala-server.cc M fe/src/main/java/org/apache/impala/service/Frontend.java M fe/src/main/java/org/apache/impala/service/JniFrontend.java A testdata/workloads/functional-query/queries/QueryTest/iceberg-rest-fgac.test M tests/authorization/test_ranger.py A tests/common/iceberg_rest_server.py M tests/custom_cluster/test_iceberg_rest_catalog.py 10 files changed, 333 insertions(+), 34 deletions(-) Approvals: Impala Public Jenkins: Verified Noemi Pap-Takacs: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/23118 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I30d506e04537c5ca878ab9cf58792bc8a6b560c3 Gerrit-Change-Number: 23118 Gerrit-PatchSet: 7 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
