gh-yzou commented on code in PR #1505: URL: https://github.com/apache/polaris/pull/1505#discussion_r2099052543
########## quarkus/service/src/test/java/org/apache/polaris/service/quarkus/catalog/IcebergCatalogHandlerAuthzTest.java: ########## @@ -311,7 +298,7 @@ public void testInsufficientPermissionsPriorToSecretRotation() { List.of(Set.of(PolarisPrivilege.TABLE_LIST)), () -> refreshedWrapper.listTables(ns3), null, - principalName); + principalName); */ Review Comment: Thanks for pointing that out, that is a mistake, i was debugging, and forgot to remove that. Added back -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org