allisonwang-db commented on code in PR #53186:
URL: https://github.com/apache/spark/pull/53186#discussion_r2563116329


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -2832,6 +2832,12 @@
     },
     "sqlState" : "42602"
   },
+  "INVALID_DESTINATION_WITH_MULTIPLE_FLOWS" : {
+    "message" : [
+      "Invalid destination <tableName> with multiple flows: <flows>."
+    ],
+    "sqlState" : "42000"

Review Comment:
   Can we provide a more specific SQL state?



##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -5028,6 +5034,12 @@
     },
     "sqlState" : "42710"
   },
+  "PIPELINE_GRAPH_NOT_TOPOLOGICALLY_SORTED" : {
+    "message" : [
+      "Pipeline graph must be topologically sorted (flow <flowName> with 
unvisited input <inputName>)"
+    ],
+    "sqlState" : "42000"

Review Comment:
   ditto



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