Ngone51 commented on a change in pull request #27794:
[SPARK-31010][SQL][FOLLOW-UP] Deprecate untyped scala UDF
URL: https://github.com/apache/spark/pull/27794#discussion_r388131468
##########
File path: sql/core/src/main/scala/org/apache/spark/sql/functions.scala
##########
@@ -4732,6 +4732,8 @@ object functions {
* @group udf_funcs
* @since 2.0.0
*/
+ @deprecated("Untyped scala UDF API is deprecated, " +
+ "please use typed scala UDF API instead.", "3.0.0")
Review comment:
cc @cloud-fan
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]