dennishuo commented on code in PR #414:
URL: https://github.com/apache/polaris/pull/414#discussion_r1825014378


##########
polaris-service/src/test/java/org/apache/polaris/service/catalog/PolarisRestCatalogIntegrationTest.java:
##########
@@ -713,7 +713,8 @@ public void 
testLoadTableWithAccessDelegationForExternalCatalogWithConfigDisable
         Assertions.assertThatThrownBy(
                 () -> restCatalog.loadTable(TableIdentifier.of(ns1, 
"my_table")))
             .isInstanceOf(ForbiddenException.class)
-            .hasMessageContaining("Access Delegation is not supported for this 
catalog");
+            .hasMessageContaining("Access Delegation is not enabled for this 
catalog")
+            .hasMessageContaining("'enable.credential.vending'");

Review Comment:
   Done



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to