jaceklaskowski commented on code in PR #53186:
URL: https://github.com/apache/spark/pull/53186#discussion_r2572201243


##########
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:
   I've got no idea what would make SQL states more specific, and picked 
`42000` at random. Can you guide me how to make it more specific, 
@allisonwang-db 🙏 



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