gaborgsomogyi commented on code in PR #18118: URL: https://github.com/apache/flink/pull/18118#discussion_r963004146
########## 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: The 2 tests are 99% the same. Can we do something to merge then into a single function call w/ parameters? For example the content of `run` can be a function pointer to the extracted function or something. -- 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