dmvk commented on a change in pull request #15994:
URL: https://github.com/apache/beam/pull/15994#discussion_r767814234
##########
File path:
runners/flink/src/main/java/org/apache/beam/runners/flink/translation/functions/FlinkStatefulDoFnFunction.java
##########
@@ -186,6 +201,12 @@ public TimerInternals timerInternals() {
fireEligibleTimers(key, timerInternals, doFnRunner);
+ if (usesOnWindowExpiration) {
+ for (BoundedWindow window : windowsSeen) {
Review comment:
True, we should fix it for both. 👍 Can you please create a follow-up
issue for that?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]