danielcweeks commented on code in PR #5207:
URL: https://github.com/apache/iceberg/pull/5207#discussion_r914269138
##########
aws/src/main/java/org/apache/iceberg/aws/s3/S3OutputFile.java:
##########
@@ -70,7 +70,7 @@ public PositionOutputStream createOrOverwrite() {
@Override
public InputFile toInputFile() {
- return new S3InputFile(client(), uri(), awsProperties(), metrics());
+ return new S3InputFile(client(), uri(), null, awsProperties(), metrics());
Review Comment:
Similar to GCS, could we just call `S3InputFile.fromLocation(...)` to avoid
calling the constructor with null?
--
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]