Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/1750#issuecomment-191695612 Yes, right now we favor correctness over completeness. For example in a Count window, if we emitted an unfinished count window then the count of the elements in the window would not be what the user specified. For Event-Time windows we are correct in emitting a window upon arrival of the final Long.MAX_VALUE watermark.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---