dawidwys commented on a change in pull request #16113:
URL: https://github.com/apache/flink/pull/16113#discussion_r648208764



##########
File path: 
flink-core/src/main/java/org/apache/flink/api/common/eventtime/Watermark.java
##########
@@ -56,6 +56,9 @@ Licensed to the Apache Software Foundation (ASF) under one
     /** The watermark that signifies end-of-event-time. */
     public static final Watermark MAX_WATERMARK = new 
Watermark(Long.MAX_VALUE);
 
+    /** The watermark that signifies start-of-event-time. */
+    public static final Watermark MIN_WATERMARK = new 
Watermark(Long.MIN_VALUE);

Review comment:
       It's not needed in the new approach.




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


Reply via email to