You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2016/06/07 15:45:21 UTC

[jira] [Created] (FLINK-4028) AbstractAlignedProcessingTimeWindowOperator creates wrong TimeWindow

Aljoscha Krettek created FLINK-4028:
---------------------------------------

             Summary: 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.2, 1.0.1, 1.0.0, 1.1.0, 1.0.3
            Reporter: Aljoscha Krettek


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)