uros-b commented on code in PR #56594:
URL: https://github.com/apache/spark/pull/56594#discussion_r3444075456


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

Review Comment:
   Drive-by comment: just wondering - is this the best fitting SQL state here? 
Other `PIPELINE_*` conditions seem to be using some more specific states (e.g. 
0A000, 42710, 42K03). cc @srielau and/or @hvanhovell 



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