glawson0 opened a new pull request, #8597: URL: https://github.com/apache/iceberg/pull/8597
What Exception gets thrown by `io.deleteFile` will depend on the Implementation of `DelegateFileIO` and the underlying file system. Failing to delete has no impact on the write, so we should ignore any exception. If this delete fails there will be orphaned files regardless of if the exception is ignored or not. Closes #8253 -- 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