danny0405 commented on a change in pull request #13577:
URL: https://github.com/apache/flink/pull/13577#discussion_r505135294
##########
File path:
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/functions/utils/UserDefinedFunctionUtils.scala
##########
@@ -372,6 +373,9 @@ object UserDefinedFunctionUtils {
override def getConsistency: Consistency = Consistency.NONE
+ override def paramTypes(typeFactory: RelDataTypeFactory):
util.List[RelDataType] = null
Review comment:
It is never used, if there is NPE, it should be a bug.
----------------------------------------------------------------
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]