MaxGekk commented on code in PR #42737:
URL: https://github.com/apache/spark/pull/42737#discussion_r1310134304


##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -2210,6 +2210,12 @@
     ],
     "sqlState" : "42607"
   },
+  "NON_FOLDABLE_ARGUMENT" : {
+    "message" : [
+      "The function <funcName> requires the parameter <paramName> to be a 
foldable expression of the type <paramType>, but the actual argument is a 
non-foldable."

Review Comment:
   How would you improve the error message?



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