kmurra commented on issue #9618: URL: https://github.com/apache/iceberg/issues/9618#issuecomment-1922294340
We suspect that the check for [unknown commit status](https://github.com/apache/iceberg/blob/main/aws/src/main/java/org/apache/iceberg/aws/glue/GlueTableOperations.java#L169) in the GlueTableOperations does not account for all situations where commit status may be unknown. For example, an OperationTimeoutException without retries would assume the commit failed but should instead be unknown. We would recommend that the commit status defaults to unknown instead of failure, and then only flip it to failure for known failures or failing the commit check. -- 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