chenyuzhi459 commented on code in PR #18118:
URL: https://github.com/apache/flink/pull/18118#discussion_r965869152
##########
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:
Well, I understand what you mean. I have extract the `run` content as a
`Consumer` func
--
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]