snuyanzin commented on code in PR #23751: URL: https://github.com/apache/flink/pull/23751#discussion_r1400586673
########## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/plan/stream/sql/TableScanTest.scala: ########## @@ -63,7 +63,7 @@ class TableScanTest extends TableTestBase { @Test def testDDLWithComputedColumn(): Unit = { // Create table with field as atom expression. - util.tableEnv.registerFunction("my_udf", Func0) + util.tableEnv.createTemporarySystemFunction("my_udf", Func0) Review Comment: done -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org