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

sunjincheng commented on FLINK-6649:
------------------------------------

Hi [~fhueske] I have opened the PR. In the 
PR(https://github.com/apache/flink/pull/4157). I have add supports updating the 
calculated data according to the specified time interval on non-window group 
AGG. If we config the time interval is N seconds, then the next update time 
relative to the latest update time T, is T+N seconds. For example, the time 
interval is 2 seconds, the previous update time is T seconds, and the next 
update time T1> = T + 2 seconds. If no data arrives during T to T + 2, no 
updates are made. 

I appreciated if you have time to look at the PR. And feel free to left your 
comments. :)

> Improve Non-window group aggregate with configurable `earlyFire`.
> -----------------------------------------------------------------
>
>                 Key: FLINK-6649
>                 URL: https://issues.apache.org/jira/browse/FLINK-6649
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API & SQL
>    Affects Versions: 1.4.0
>            Reporter: sunjincheng
>            Assignee: sunjincheng
>
> Currently,  Non-windowed group aggregate is earlyFiring at count(1), that is 
> every row will emit a aggregate result. But some times user want config count 
> number (`early firing with count[N]`) , to reduce the downstream pressure. 
> This JIRA. will enable the config of e`earlyFiring` for  Non-windowed group 
> aggregate.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to