yuexing commented on code in PR #51113:
URL: https://github.com/apache/spark/pull/51113#discussion_r2135305242


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -1775,6 +1775,12 @@
     ],
     "sqlState" : "39000"
   },
+  "FOREACH_WRITER_ABORTED" : {
+    "message" : [
+      "Foreach writer has been aborted due to a task failure."

Review Comment:
   hi @mihailom-db I did an update, please take a look. Unfortunately, it can 
only capture error detail during Write now. if the exception is thrown from 
earlier stage, but abort during Write, then the error detail can't be captured. 



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to