JingGe commented on code in PR #23796:
URL: https://github.com/apache/flink/pull/23796#discussion_r1405136607


##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/harness/TableAggregateHarnessTest.scala:
##########
@@ -56,7 +56,7 @@ class TableAggregateHarnessTest(mode: StateBackendMode) 
extends HarnessTestBase(
   @TestTemplate
   def testTableAggregate(): Unit = {
     val top3 = new Top3WithMapView
-    tEnv.registerFunction("top3", top3)
+    tEnv.createTemporarySystemFunction("top3", top3)

Review Comment:
   fair enough! Thanks!



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

Reply via email to