qinghui-xu commented on issue #13783: URL: https://github.com/apache/iceberg/issues/13783#issuecomment-3189988308
@manuzhang Thanks for the reply. In my case, there's no commit failure, but some Spark job failure when carrying out the compaction. Those Spark job failures are logged and then ignored on the client side. In such case, the `RewriteDataFiles.Result.rewriteFailures()` is empty. We have a monitoring on `RewriteDataFiles.Result.rewriteFailures()`, and fail to detect such failures. I'd suggest to report the Spark job failures as `RewriteDataFiles.Result.rewriteFailures()`. What do you think? -- 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]
