singhpk234 commented on code in PR #2012:
URL: https://github.com/apache/polaris/pull/2012#discussion_r2195187271


##########
polaris-core/src/main/java/org/apache/polaris/core/storage/aws/AwsStorageConfigurationInfo.java:
##########
@@ -94,7 +101,7 @@ public AwsStorageConfigurationInfo(
       @Nonnull String roleARN,
       @Nullable String externalId,
       @Nullable String region) {
-    this(storageType, allowedLocations, roleARN, externalId, region, null, 
null);
+    this(storageType, allowedLocations, roleARN, externalId, region, null, 
null, false);

Review Comment:
   you beat me to publish the review @dimas-b :) !



-- 
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

Reply via email to