GitHub user Aitozi opened a pull request: https://github.com/apache/flink/pull/5405
[FLINK-8477][Window]Add api to support user to skip serval broken window In production, some application like monitor type , it need the accuarcy data,but in this scenario: if we start a job at 10:45:20s with a 1min window aggregate, we may produce a broken data of 10:45min ,so may lead to mistake. We can support a user api to choose to skip serveral windows to avoid the broken data by user self. ## Brief change log - add a streaming api You can merge this pull request into a Git repository by running: $ git pull https://github.com/Aitozi/flink FLINK-8477 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/5405.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #5405 ---- commit 9c6b77077bac2e0dfa4ea3bddf11bd27831ba3e4 Author: minwenjun <minwenjun@...> Date: 2018-02-02T15:46:11Z Add api to support user to skip serval broken window ---- ---