dawidwys commented on a change in pull request #13073:
URL: https://github.com/apache/flink/pull/13073#discussion_r514150834
##########
File path:
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/operators/source/SourceOperatorEventTimeTest.java
##########
@@ -68,7 +68,8 @@ public void testMainOutputPeriodicWatermarks() throws
Exception {
assertThat(result, contains(
new Watermark(100L),
- new Watermark(120L)
+ new Watermark(120L),
+ Watermark.MAX_WATERMARK
Review comment:
nit: Wrong indentation. I will fix it when merging.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]