liucao-dd commented on code in PR #56705:
URL: https://github.com/apache/spark/pull/56705#discussion_r3549274646


##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -3198,6 +3198,18 @@
     ],
     "sqlState" : "0A000"
   },
+  "INSERT_REPLACE_USING_DUPLICATE_SCOPE_COLUMN" : {
+    "message" : [
+      "INSERT INTO ... REPLACE USING references the scope column <columnName> 
more than once. Each scope column must be listed at most once."
+    ],
+    "sqlState" : "42701"
+  },
+  "INSERT_REPLACE_USING_NON_DETERMINISTIC_SOURCE" : {

Review Comment:
   The convention in this file seems to not stress on "NOT_SUPPORTED", e.g. 
`LATERAL_JOIN_CONDITION_NON_DETERMINISTIC`



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