cloud-fan commented on code in PR #39555: URL: https://github.com/apache/spark/pull/39555#discussion_r1069503628
########## sql/hive/src/main/scala/org/apache/spark/sql/hive/hiveUDFs.scala: ########## @@ -128,11 +129,10 @@ private[hive] class DeferredObjectAdapter(oi: ObjectInspector, dataType: DataTyp override def get(): AnyRef = wrapper(func()).asInstanceOf[AnyRef] } -private[hive] case class HiveGenericUDF( +case class HiveGenericUDF( Review Comment: is it possible to rewrite `HiveGenericUDF` with `Invoke`? Then we can simply use `RuntimeReplaceable` -- 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]
