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

[jira] [Resolved] (FLINK-5915) Add support for the aggregate on multi fields

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

Shaoxuan Wang resolved FLINK-5915.
----------------------------------
    Resolution: Fixed

This is completely resolved with FLINK-5906.

> Add support for the aggregate on multi fields
> ---------------------------------------------
>
>                 Key: FLINK-5915
>                 URL: https://issues.apache.org/jira/browse/FLINK-5915
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table API & SQL
>            Reporter: Shaoxuan Wang
>            Assignee: Shaoxuan Wang
>             Fix For: 1.3.0
>
>
> some UDAGGs have multi-fields as input. For instance,
> table
> .window(Tumble over 10.minutes on 'rowtime as 'w )
> .groupBy('key, 'w)
> .select('key, weightedAvg('value, 'weight))
> This task will add the support for the aggregate on multi fields.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)