rajarshisarkar commented on a change in pull request #4334:
URL: https://github.com/apache/iceberg/pull/4334#discussion_r828779712



##########
File path: aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIO.java
##########
@@ -101,17 +102,17 @@ public S3FileIO(SerializableSupplier<S3Client> s3, 
AwsProperties awsProperties)
 
   @Override
   public InputFile newInputFile(String path) {
-    return S3InputFile.fromLocation(path, client(), awsProperties, metrics);
+    return S3InputFile.fromLocation(path, client(), awsProperties, metrics, 
bucketToAccessPointMapping);
   }
 
   @Override
   public OutputFile newOutputFile(String path) {
-    return S3OutputFile.fromLocation(path, client(), awsProperties, metrics, 
writeTags);
+    return S3OutputFile.fromLocation(path, client(), awsProperties, metrics, 
writeTags, bucketToAccessPointMapping);

Review comment:
       I have published the PR: https://github.com/apache/iceberg/pull/4350




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to