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


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -657,6 +657,11 @@
           "The <exprName> must be between <valueRange> (current value = 
<currentValue>)."
         ]
       },
+      "WRONG_NUM_ARG_TYPES" : {
+        "message" : [
+          "The expression requires <expectedNum> argument types but the actual 
number is <actualNum>."

Review Comment:
   I feel the number of argument types is a bit confusing to end users. shall 
we just say number of arguments?



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