shrirangmhalgi commented on PR #56126: URL: https://github.com/apache/spark/pull/56126#issuecomment-4743877623
Thanks @cloud-fan! for the review. Addressed all items in the latest commit: - Single `abortJob` in outer catch only (removed `writeAndCommit`'s inner try/catch to avoid double-call) - Updated stale comment per your suggestion - Moved `logError` to outer catch - Re-indented the `try` body for cleaner read - Updated PR description to document the abort-on-failure handling -- 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]
