chenyuzhi459 commented on code in PR #18118:
URL: https://github.com/apache/flink/pull/18118#discussion_r964323275
##########
flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/IntervalJoinITCase.java:
##########
@@ -155,6 +157,134 @@ public void testJoinsCorrectlyWithMultipleKeys() throws
Exception {
"(key2,5):(key2,5)");
}
+ @Test
+ public void testIntervalJoinSideOutputLeftLateData() throws Exception {
Review Comment:
Thanks for your tips! I have merged the 2 tests into one test method by
sideout the late data of left and right side at the same time .
Should I continue to extracted the `run` content ? Cause I am a little
confuse about how to do that.
--
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]