ivoson commented on code in PR #36064:
URL: https://github.com/apache/spark/pull/36064#discussion_r846734219


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -166,6 +175,9 @@
     "message" : [ "The second argument of '%s' function needs to be an 
integer." ],
     "sqlState" : "22023"
   },
+  "UDF_WITH_TOO_MANY_TYPE_ARGUMENT_ERROR" : {
+    "message" : [ "UDF class with %s type arguments is not supported" ]
+  },

Review Comment:
   That makes  sense. Fixed.



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