You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jiayi Liao (Jira)" <ji...@apache.org> on 2019/08/26 09:06:00 UTC

[jira] [Created] (FLINK-13854) Support Aggregating in Join and CoGroup

Jiayi Liao created FLINK-13854:
----------------------------------

             Summary: Support Aggregating in Join and CoGroup
                 Key: FLINK-13854
                 URL: https://issues.apache.org/jira/browse/FLINK-13854
             Project: Flink
          Issue Type: New Feature
    Affects Versions: 1.9.0
            Reporter: Jiayi Liao


In WindowStream we can use  windowStream.aggregate(AggregateFunction, WindowFunction) to aggregate input records in real-time.   

I think we should support similar api in JoinedStreams and CoGroupStreams, because it's a very huge cost by storing the records log in state backend, especially when we don't need the specific records.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)