gaborgsomogyi commented on code in PR #18118:
URL: https://github.com/apache/flink/pull/18118#discussion_r965889432


##########
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:
   Looks good, 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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to