adutra commented on code in PR #2589:
URL: https://github.com/apache/polaris/pull/2589#discussion_r2356253062
##########
runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogHandler.java:
##########
@@ -758,11 +788,16 @@ public Optional<LoadTableResponse>
loadTableWithAccessDelegationIfStale(
private LoadTableResponse.Builder
buildLoadTableResponseWithDelegationCredentials(
TableIdentifier tableIdentifier,
TableMetadata tableMetadata,
+ EnumSet<AccessDelegationMode> delegationModes,
Set<PolarisStorageActions> actions,
- String snapshots,
Optional<String> refreshCredentialsEndpoint) {
LoadTableResponse.Builder responseBuilder =
LoadTableResponse.builder().withTableMetadata(tableMetadata);
+
+ if (!delegationModes.contains(VENDED_CREDENTIALS)) {
Review Comment:
Sure, WFM.
--
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]