openinx commented on a change in pull request #2230:
URL: https://github.com/apache/iceberg/pull/2230#discussion_r578079593



##########
File path: aws/src/main/java/org/apache/iceberg/aws/s3/S3OutputFile.java
##########
@@ -57,7 +57,7 @@ public PositionOutputStream createOrOverwrite() {
     try {
       return new S3OutputStream(client(), uri(), awsProperties());
     } catch (IOException e) {
-      throw new UncheckedIOException("Filed to create output stream for 
location: " + uri(), e);

Review comment:
       Yes,  we could just address the s3 typo in a separate PR.  Let's just 
revert it here.




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

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