Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-5149] let ContinuousEventTimeTrigger fire at the end of the window #2860

Closed
wants to merge 1 commit into from

Conversation

mxm
Copy link
Contributor

@mxm mxm commented Nov 23, 2016

This changes the ContinuousEventTimeTrigger to behave like the
EventTimeTrigger in the sense that it also triggers at the end of the
window.

…ndow

This changes the ContinuousEventTimeTrigger to behave like the
EventTimeTrigger in the sense that it also triggers at the end of the
window.
@mxm
Copy link
Contributor Author

mxm commented Nov 23, 2016

CC @kl0u @aljoscha

@aljoscha
Copy link
Contributor

There's also #2803 ... 😉

@aljoscha
Copy link
Contributor

I thinks it's fine, though, and will close my PR and Issue. Please go ahead and merge.

@mxm
Copy link
Contributor Author

mxm commented Nov 23, 2016

Thanks, I'll leave this open for a bit. I wasn't aware we also had an issue for removing the trigger. I don't know how useful it is to users.

@asfgit asfgit closed this in 2029c14 Nov 24, 2016
asfgit pushed a commit that referenced this pull request Nov 24, 2016
…ndow

This changes the ContinuousEventTimeTrigger to behave like the
EventTimeTrigger in the sense that it also triggers at the end of the
window.

This prevents the trigger from not firing at all in case the first
trigger interval is after the window end.

This closes #2860.

[typo] fix toString() of ContinuousEventTimeTrigger

This closes #2854.
alpinegizmo pushed a commit to alpinegizmo/flink that referenced this pull request Nov 28, 2016
…ndow

This changes the ContinuousEventTimeTrigger to behave like the
EventTimeTrigger in the sense that it also triggers at the end of the
window.

This prevents the trigger from not firing at all in case the first
trigger interval is after the window end.

This closes apache#2860.

[typo] fix toString() of ContinuousEventTimeTrigger

This closes apache#2854.
liuyuzhong pushed a commit to liuyuzhong/flink that referenced this pull request Dec 5, 2016
…ndow

This changes the ContinuousEventTimeTrigger to behave like the
EventTimeTrigger in the sense that it also triggers at the end of the
window.

This prevents the trigger from not firing at all in case the first
trigger interval is after the window end.

This closes apache#2860.

[typo] fix toString() of ContinuousEventTimeTrigger

This closes apache#2854.
static-max pushed a commit to static-max/flink that referenced this pull request Dec 13, 2016
…ndow

This changes the ContinuousEventTimeTrigger to behave like the
EventTimeTrigger in the sense that it also triggers at the end of the
window.

This prevents the trigger from not firing at all in case the first
trigger interval is after the window end.

This closes apache#2860.

[typo] fix toString() of ContinuousEventTimeTrigger

This closes apache#2854.
skidder pushed a commit to muxinc/flink that referenced this pull request Dec 27, 2016
…ndow

This changes the ContinuousEventTimeTrigger to behave like the
EventTimeTrigger in the sense that it also triggers at the end of the
window.

This prevents the trigger from not firing at all in case the first
trigger interval is after the window end.

This closes apache#2860.

[typo] fix toString() of ContinuousEventTimeTrigger

This closes apache#2854.
joseprupi pushed a commit to joseprupi/flink that referenced this pull request Feb 12, 2017
…ndow

This changes the ContinuousEventTimeTrigger to behave like the
EventTimeTrigger in the sense that it also triggers at the end of the
window.

This prevents the trigger from not firing at all in case the first
trigger interval is after the window end.

This closes apache#2860.

[typo] fix toString() of ContinuousEventTimeTrigger

This closes apache#2854.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants