danielcweeks commented on issue #4168:
URL: https://github.com/apache/iceberg/issues/4168#issuecomment-1123000990

   I did a little investigation and this should actually be handled correctly.  
The completable future is [joined 
on](https://github.com/apache/iceberg/blob/master/aws/src/main/java/org/apache/iceberg/aws/s3/S3OutputStream.java#L331)
 which will propagate the exception up prior to closing the stream.  I'm not 
clear how a task could have completed successfully without hitting this error 
unless it is an issue higher up in Flink. 


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