[ 
https://issues.apache.org/jira/browse/FLINK-18996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17703445#comment-17703445
 ] 

Lyn Zhang commented on FLINK-18996:
-----------------------------------

An interval join followed by a window aggregate is super common in streaming 
_computation, e.g. order left join shipping then group by window to compute the 
shipping-order rate. This bug will cause rate closing to 100% if interval join 
gap is more than window size, e.g. join gap is 4 hour window size 1min._

> Avoid disorder for time interval join
> -------------------------------------
>
>                 Key: FLINK-18996
>                 URL: https://issues.apache.org/jira/browse/FLINK-18996
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / Runtime
>            Reporter: Benchao Li
>            Priority: Major
>              Labels: auto-deprioritized-critical, auto-deprioritized-major
>             Fix For: 1.17.0
>
>
> Currently, the time interval join will produce data with rowtime later than 
> watermark. If we use the rowtime again in downstream, e.t. window 
> aggregation, we'll lose some data.
>  
> reported from user-zh: 
> [http://apache-flink.147419.n8.nabble.com/Re-flink-interval-join-tc4458.html#none]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to