panbingkun commented on code in PR #38299:
URL: https://github.com/apache/spark/pull/38299#discussion_r999344092


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -248,11 +248,21 @@
           "The <exprName> must not be null"
         ]
       },
+      "UNEXPECTED_NUM_PARAMS" : {
+        "message" : [
+          "The <functionName> requires at least <num> arguments."
+        ]
+      },
       "UNEXPECTED_STATIC_METHOD" : {
         "message" : [
           "cannot find a static method <methodName> that matches the argument 
types in <className>"
         ]
       },
+      "UNEXPECTED_VALUE" : {

Review Comment:
   Done



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