cloud-fan commented on code in PR #41864:
URL: https://github.com/apache/spark/pull/41864#discussion_r1262224937


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -733,6 +733,24 @@
     ],
     "sqlState" : "23505"
   },
+  "DUPLICATE_ROUTINE_PARAMETER_ASSIGNMENT" : {
+    "message" : [
+      "Call to function <functionName> is invalid because it includes multiple 
argument assignments to the same parameter name <parameterName>."
+    ],
+    "subClass" : {
+       "POSITIONAL_AND_NAMED_ARGUMENT_DOUBLE_REFERENCE" : {
+         "message" : [
+           "A positional argument and named argument both referred to the same 
parameter."
+         ]
+       },
+      "DOUBLE_NAMED_ARGUMENT_REFERENCE" : {

Review Comment:
   ```suggestion
         "MULTI_NAMED_ARGUMENT_REFERENCE" : {
   ```



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to