aritragster commented on code in PR #4052:
URL: https://github.com/apache/polaris/pull/4052#discussion_r3047370080


##########
runtime/service/src/main/java/org/apache/polaris/service/catalog/validation/StorageTypeFileIO.java:
##########
@@ -32,6 +32,8 @@ enum StorageTypeFileIO {
 
   FILE("org.apache.iceberg.hadoop.HadoopFileIO", false),
 
+  S3_TABLES("org.apache.iceberg.aws.s3.S3FileIO", true),

Review Comment:
   Fixed. Set validateAllowedStorageType=false on S3_TABLES so it's excluded 
from the FileIO reverse lookup map. S3FileIO still resolves to S3. S3_TABLES 
validation happens via storage type, not FileIO impl.



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