LuciferYang commented on code in PR #50232: URL: https://github.com/apache/spark/pull/50232#discussion_r1990710851
########## sql/hive/src/main/scala/org/apache/spark/sql/hive/hiveUDFEvaluators.scala: ########## @@ -111,17 +116,41 @@ class HiveGenericUDFEvaluator( extends HiveUDFEvaluatorBase[GenericUDF](funcWrapper, children) { @transient - private lazy val argumentInspectors = children.map(toInspector) + private lazy val argumentInspectors = children.map(toInspector).toArray @transient lazy val returnInspector = { - function.initializeAndFoldConstants(argumentInspectors.toArray) + // Inline o.a.h.hive.ql.udf.generic.GenericUDF#initializeAndFoldConstants, but Review Comment: also cc @panbingkun -- 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