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

[jira] [Closed] (FLINK-11051) Add Bounded(Group Window) FlatAggregate operator to streaming Table API

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

sunjincheng closed FLINK-11051.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.9.0

Fixed in master: 142462fa4224c3435736ae21d32aaeb1586f1dce

> Add Bounded(Group Window) FlatAggregate operator to streaming Table API
> -----------------------------------------------------------------------
>
>                 Key: FLINK-11051
>                 URL: https://issues.apache.org/jira/browse/FLINK-11051
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / API
>            Reporter: sunjincheng
>            Assignee: Hequn Cheng
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.9.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Add FlatAggregate operator to streaming group window Table API as described in [FLIP-29|https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=97552739].
> The usage:
> {code:java}
> tab.window(Tumble/Session/Slide... as 'w)
>    .groupBy('w, 'k1, 'k2)
>    .flatAggregate(tableAggregate('a))
>    .select('w.rowtime, 'k1, 'k2, 'col1, 'col2)
> {code}



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