LuciferYang commented on code in PR #56594:
URL: https://github.com/apache/spark/pull/56594#discussion_r3464875532


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -6178,6 +6178,12 @@
     ],
     "sqlState" : "0A000"
   },
+  "PIPELINE_RUN_FAILED" : {
+    "message" : [
+      "<message>"
+    ],
+    "sqlState" : "58000"

Review Comment:
   Switched `PIPELINE_RUN_FAILED` from `58000` to a new `42K0S` ("Pipeline run 
failed") in the `42K**` Spark extension range, per the README and the 
suggestion here - agreed that class 58 (external/system error) is the wrong fit 
for an operational run failure. Happy to adjust the sub-class or description if 
@srielau prefers something else.



-- 
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]

Reply via email to