You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by sunjincheng121 <gi...@git.apache.org> on 2017/06/23 04:52:36 UTC

[GitHub] flink issue #4157: [FLINK-6649][table]Improve Non-window group aggregate wit...

Github user sunjincheng121 commented on the issue:

    https://github.com/apache/flink/pull/4157
  
    I have update the PR. The change is Move setAggregationResults from processElement method to onTimer method. Benefits are:
    
    * Reduce the delay.
    * Reduce row copy.
    
    Welcome anybody to review.
    
    Best,
    SunJincheng


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---