Re: [PR] fix:Event latency does not equal window triggering [flink]

2024-11-24 Thread via GitHub
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

Re: [PR] fix:Event latency does not equal window triggering [flink]

2024-11-24 Thread via GitHub
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

Re: [PR] fix:Event latency does not equal window triggering [flink]

2024-11-21 Thread via GitHub
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

Re: [PR] fix:Event latency does not equal window triggering [flink]

2024-11-20 Thread via GitHub
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

Re: [PR] fix:Event latency does not equal window triggering [flink]

2024-11-17 Thread via GitHub
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`

[PR] fix:Event latency does not equal window triggering [flink]

2024-11-17 Thread via GitHub
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