cloud-fan commented on code in PR #53531:
URL: https://github.com/apache/spark/pull/53531#discussion_r2640454090


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/FunctionRegistry.scala:
##########
@@ -91,7 +91,7 @@ trait FunctionRegistryBase[T] {
   def listFunction(): Seq[FunctionIdentifier]
 
   /* Get the class of the registered function by specified name. */
-  def lookupFunction(name: FunctionIdentifier): Option[ExpressionInfo]
+  def lookupFunction(name: FunctionIdentifier): Option[(ExpressionInfo, 
FunctionBuilder)]

Review Comment:
   shall we use `V1Function` instead of tuple2?



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