reswqa commented on code in PR #25374:
URL: https://github.com/apache/flink/pull/25374#discussion_r1772464407


##########
flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/IntervalJoinITCase.java:
##########
@@ -361,6 +362,7 @@ public void testBoundsAreInclusiveByDefault() throws 
Exception {
 
         DataStream<Tuple2<String, Integer>> streamOne =
                 env.fromData(Tuple2.of("key", 0), Tuple2.of("key", 1), 
Tuple2.of("key", 2))
+                        
.assignTimestampsAndWatermarks(WatermarkStrategy.forMonotonousTimestamps())

Review Comment:
   I believe only the second one is needed(The first one is for debugging 
forget to delete...). 



##########
flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/IntervalJoinITCase.java:
##########
@@ -361,6 +362,7 @@ public void testBoundsAreInclusiveByDefault() throws 
Exception {
 
         DataStream<Tuple2<String, Integer>> streamOne =
                 env.fromData(Tuple2.of("key", 0), Tuple2.of("key", 1), 
Tuple2.of("key", 2))
+                        
.assignTimestampsAndWatermarks(WatermarkStrategy.forMonotonousTimestamps())

Review Comment:
   I believe only the second one is needed(The first one is for debugging but 
forget to delete...). 



-- 
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]

Reply via email to