aljoscha commented on a change in pull request #11253: [FLINK-16336][table] Add
new type inference for temporal table functions
URL: https://github.com/apache/flink/pull/11253#discussion_r392170345
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/utils/TableTestBase.scala
##########
@@ -562,6 +562,13 @@ abstract class TableTestUtil(
testingTableEnv.scan(name)
}
+ /**
+ * Registers a [[UserDefinedFunction]] according to FLIP-65.
+ */
+ def addTemporarySystemFunction(name: String, function: UserDefinedFunction):
Unit = {
Review comment:
Why is this added? It's not used anywhere?
----------------------------------------------------------------
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