xuyangzhong commented on code in PR #25320: URL: https://github.com/apache/flink/pull/25320#discussion_r1770706342
########## flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/JoinITCase.scala: ########## @@ -99,6 +106,33 @@ class JoinITCase(miniBatch: MiniBatchMode, state: StateBackendMode) // Tests for inner join. override def after(): Unit = {} + @TestTemplate + def test(): Unit = { Review Comment: Hi, @xishuaidelin this is a piece of useless code that is used to debug, and I have deleted them in new commit. -- 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