snuyanzin closed pull request #25663: fix:Event latency does not equal window
triggering
URL: https://github.com/apache/flink/pull/25663
--
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
snuyanzin commented on PR #25663:
URL: https://github.com/apache/flink/pull/25663#issuecomment-2496236773
closed as duplicate
--
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
davidradl commented on PR #25663:
URL: https://github.com/apache/flink/pull/25663#issuecomment-2490406949
Reviewed by Chi on 21/11/24 Close if duplicate
--
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
davidradl commented on PR #25663:
URL: https://github.com/apache/flink/pull/25663#issuecomment-241174
is this the same as https://github.com/apache/flink/pull/25664
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
flinkbot commented on PR #25663:
URL: https://github.com/apache/flink/pull/25663#issuecomment-2481826179
## CI report:
* f197cb442d6c9b324bb8b270148f8cc90d3b8d06 UNKNOWN
Bot commands
The @flinkbot bot supports the following commands:
- `@flinkbot run azure`
a4566 opened a new pull request, #25663:
URL: https://github.com/apache/flink/pull/25663
eventTime <= timerService.currentWatermark()
This code can only indicate a delayed event, not that the window has been
triggered.
## What is the purpose of the change
*(For examp