[ https://issues.apache.org/jira/browse/FLINK-8477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16351163#comment-16351163 ]
ASF GitHub Bot commented on FLINK-8477: --------------------------------------- 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 ---- > Add api to support for user to skip the first incomplete window data > -------------------------------------------------------------------- > > Key: FLINK-8477 > URL: https://issues.apache.org/jira/browse/FLINK-8477 > Project: Flink > Issue Type: Improvement > Components: DataStream API > Affects Versions: 1.4.0, 1.3.2 > Reporter: aitozi > Assignee: aitozi > Priority: Major > Fix For: 1.4.1 > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)