Hi Experts,

Given that a window in the stream is configured with short window size like 
timeWinodw(3s),
and I gotta utilize Event time and Periodic Watermark.
The stream input is [watermark(7) | 6, 5, 3, 4, 1, 2],
and then two windows are created (3,1,2) (6,5,4) before watermark(7) arriving.
But in this situation when the current watermark is received,
which window or how many windows will be be triggered to fire and emit?
My question is what will the windowOperater do when it comes to two parellel 
windows edge end timestamps both smaller than cerrent watermark timestamps?

Reply via email to