hequn8128 commented on a change in pull request #9890: 
[FLINK-14272][python][table-planner-blink] Support Blink planner for Python UDF
URL: https://github.com/apache/flink/pull/9890#discussion_r334479854
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/functions/utils/ScalarSqlFunction.scala
 ##########
 @@ -61,6 +61,8 @@ class ScalarSqlFunction(
   def makeFunction(constants: Array[AnyRef], argTypes: Array[LogicalType]): 
ScalarFunction =
     scalarFunction
 
+  def getScalarFunction: ScalarFunction = scalarFunction
 
 Review comment:
   Unnecessary change as we have `val scalarFunction`.

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

Reply via email to