wuchong commented on a change in pull request #13721:
URL: https://github.com/apache/flink/pull/13721#discussion_r512536641
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/runtime/stream/sql/JoinITCase.scala
##########
@@ -1140,48 +1140,4 @@ class JoinITCase(state: StateBackendMode) extends
StreamingWithStateTestBase(sta
val expected = Seq("Hi,Hallo", "Hello,Hallo Welt", "Hello world,Hallo
Welt")
assertEquals(expected.sorted, sink.getRetractResults.sorted)
}
-
- @Test
- def testJoinOnChangelogSource(): Unit = {
Review comment:
This has been moved to `ChangelogSourceITCase#testRegularJoin` to reuse
the tests.
----------------------------------------------------------------
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]