You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "cloud-fan (via GitHub)" <gi...@apache.org> on 2023/07/13 00:57:38 UTC

[GitHub] [spark] cloud-fan commented on a diff in pull request #41954: [SPARK-44391][SQL] Check the number of argument types in `InvokeLike`

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

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


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