Some doubts about window start time and end time
Posted by
zhangjun on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Some-doubts-about-window-start-time-and-end-time-tp31272.html
,
Hi:
I defined a Tumbling window, I set the time size to one hour, and the resulting windows are [00: 00: 00-01: 00: 00], [01: 00: 00-02: 00: 00]. ....
This meets my expectations, but when I set the time size to 6 hours, the resulting window size is [02: 00: 00-08: 00: 00], [08: 00: 00-14: 00: 00], [14: 00: 00-20: 00: 00] ...
But my expected window size is [00: 00: 00-06: 00: 00], [06: 00: 00-12: 00: 00] ...
Is it right to get such a window result?
thanks