jackye1995 commented on code in PR #12299: URL: https://github.com/apache/iceberg/pull/12299#discussion_r1990522002
########## aws/src/main/java/org/apache/iceberg/aws/s3/S3InputFile.java: ########## @@ -36,20 +37,53 @@ public static S3InputFile fromLocation( MetricsContext metrics) { return new S3InputFile( client, + null, new S3URI(location, s3FileIOProperties.bucketToAccessPointMapping()), null, s3FileIOProperties, metrics); } + public static S3InputFile fromLocation( + String location, + S3Client client, + S3AsyncClient asyncClient, Review Comment: Currently I think the sync client is still used for head object request. -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org