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)