diff --git a/runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogHandler.java b/runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogHandler.java index d1daf8fa56..67e3c75ea0 100644 --- a/runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogHandler.java +++ b/runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogHandler.java @@ -553,7 +553,7 @@ public LoadTableResponse createTableStaged( return buildLoadTableResponseWithDelegationCredentials( ident, metadata, - EnumSet.of(VENDED_CREDENTIALS), + delegationModes, Set.of(PolarisStorageActions.ALL), refreshCredentialsEndpoint) .build();