[
https://issues.apache.org/jira/browse/FLINK-4028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15331639#comment-15331639
]
ASF GitHub Bot commented on FLINK-4028:
---------------------------------------
Github user aljoscha closed the pull request at:
https://github.com/apache/flink/pull/2097
> AbstractAlignedProcessingTimeWindowOperator creates wrong TimeWindow
> --------------------------------------------------------------------
>
> Key: FLINK-4028
> URL: https://issues.apache.org/jira/browse/FLINK-4028
> Project: Flink
> Issue Type: Bug
> Components: Windowing Operators
> Affects Versions: 1.0.0, 1.1.0, 1.0.1, 1.0.2, 1.0.3
> Reporter: Aljoscha Krettek
> Priority: Blocker
> Fix For: 1.1.0
>
>
> In {{computeWindow}} we have this code: {{new TimeWindow(timestamp, timestamp
> + windowSize)}}. This is wrong because {{timestamp}} is actually the end
> timestamp of the window.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)