Hisoka-X commented on code in PR #42737:
URL: https://github.com/apache/spark/pull/42737#discussion_r1310155968


##########
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:
   After thinking about it, I really didn't find a better way to express it.😂



##########
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:
   After thinking about it, I really didn't find a better way to express it.😂



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