fapaul commented on a change in pull request #16817:
URL: https://github.com/apache/flink/pull/16817#discussion_r689302172



##########
File path: 
flink-core/src/main/java/org/apache/flink/api/common/eventtime/CombinedWatermarkStatus.java
##########
@@ -69,7 +69,6 @@ public boolean updateCombinedWatermark() {
         // if we don't have any outputs minimumOverAllOutputs is not valid, 
it's still
         // at its initial Long.MAX_VALUE state and we must not emit that
         if (partialWatermarks.isEmpty()) {
-            this.idle = combinedWatermark > Long.MIN_VALUE;

Review comment:
       Do we want to provide some default Watermark strategy to mimic this 
behavior? This can be probably done through a follow-up.




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