Re: Event-time based in-window trigger

2016-12-01 Thread Tyler Akidau
o emit that entire pane when the watermark passes 1 > B. want to emit that entire pane when the watermark passes 5 > C. emit a fragment of that pane containing only the first element when the > watermark passes 1 > > On Thu, Dec 1, 2016 at 6:01 PM Tyler Akidau <taki...@google.com&

Re: Event-time based in-window trigger

2016-12-01 Thread Tyler Akidau
So what you want is essentially a trigger that fires when the watermark has passed the event time of the oldest un-emitted element in the current pane? You could them presumably wrap this in a repeat to get the overall desired semantics, right? -Tyler On Fri, Dec 2, 2016 at 7:32 AM Manu Zhang