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


##########
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:
   i see what you meant now - if the future goal is to adopt source 
materialization, then we shall frame non deterministic to be not yet supported 
instead of 42K0E - makes sense



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