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


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

Review Comment:
   Claude recommends `42K0S` (“Pipeline run failed”), but not sure if this is 
the best fit.
   
   In any case, `58000` PostgreSQL class 58 (“system error” - external 
failure), doesn’t seem to be a good match for an operational pipeline run 
failure. Also, per Spark’s error README, new domain-specific states should use 
the 42K** extension range.
   
   @HyukjinKwon @Yicong-Huang WDYT?



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