You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "godfrey he (JIRA)" <ji...@apache.org> on 2019/04/03 12:22:00 UTC

[jira] [Updated] (FLINK-12098) Add support for generating optimized logical plan for simple group aggregate on stream

     [ https://issues.apache.org/jira/browse/FLINK-12098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

godfrey he updated FLINK-12098:
-------------------------------
    Summary: Add support for generating optimized logical plan for simple group aggregate on stream  (was: Add support for generating optimized logical plan for simple group aggregate on batch)

> Add support for generating optimized logical plan for simple group aggregate on stream
> --------------------------------------------------------------------------------------
>
>                 Key: FLINK-12098
>                 URL: https://issues.apache.org/jira/browse/FLINK-12098
>             Project: Flink
>          Issue Type: New Feature
>          Components: Table SQL / Planner
>            Reporter: godfrey he
>            Assignee: godfrey he
>            Priority: Major
>
> This issue only involves simple stream group aggregate, complex group aggregate(including GROUP SETS and DISTINCT) will also be finished in new issue.
> A logical aggregate will be converted to StreamExecGroupAggregate, and a StreamExecGroupAggregate will be written to two-stage aggregates (StreamExecLocalGroupAggregate and StreamExecGlobalGroupAggregate) if mini-batch is enabled and all aggregate functions are mergeable.
> Retraction rules will also be ported, because multiple level aggregates will produce retraction message.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)