Re: Do timestamps and watermarks exist after window evaluation?

2017-11-09 Thread Derek VerLee
This new documentation seems to answer my question directly.  It's good to know my intuitions where not wildly off.  Also thank you for continuing to improve the already good documentation. Funny enough, some of the other questions I have, where also asked by other

Re: Do timestamps and watermarks exist after window evaluation?

2017-11-09 Thread Aljoscha Krettek
Hi, This new section in the windowing documentation will help answer your question: https://ci.apache.org/projects/flink/flink-docs-release-1.4/dev/stream/operators/windows.html#working-with-window-results

Do timestamps and watermarks exist after window evaluation?

2017-11-08 Thread Derek VerLee
When composing ("chaining") multiple windowing operations on the same stream are watermarks transmitted down stream after window evaluation, and are the records emitted from WindowFunctions given timestamps? Do I need to or should I always assignTimestampsAndWatermarks to the outputsof window