hvanhovell commented on code in PR #47688:
URL: https://github.com/apache/spark/pull/47688#discussion_r1720310675


##########
sql/core/src/main/scala/org/apache/spark/sql/expressions/UserDefinedFunction.scala:
##########
@@ -212,3 +183,25 @@ private[sql] case class UserDefinedAggregator[IN, BUF, 
OUT](
 
   override def name: String = givenName.getOrElse(aggregator.name)
 }
+
+private[sql] object UserDefinedFunctionUtils {

Review Comment:
   No, UserDefinedFunction will be implementation agnostic. This should be 
moved to internal as well.



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