srielau commented on code in PR #44093:
URL: https://github.com/apache/spark/pull/44093#discussion_r1419119471


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -1005,6 +1005,12 @@
     ],
     "sqlState" : "42702"
   },
+  "EXEC_IMMEDIATE_DUPLICATE_ARGUMENT_ALIASES" : {
+    "message" : [
+      "Using statement contains multiple arguments with same alias 
(<aliases>)."
+    ],
+    "sqlState" : "42702"

Review Comment:
   Thinking about this... why is this a problem? It's a problem in INTO (for 
which we would use 42701



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