You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/06/04 17:23:39 UTC

[jira] [Commented] (FLINK-2000) Add SQL-style aggregations for Table API

    [ https://issues.apache.org/jira/browse/FLINK-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14572971#comment-14572971 ] 

ASF GitHub Bot commented on FLINK-2000:
---------------------------------------

GitHub user chhao01 opened a pull request:

    https://github.com/apache/flink/pull/782

    [FLINK-2000] [table] Add sql style aggregation support

    https://issues.apache.org/jira/browse/FLINK-2000

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/chhao01/flink flink_2000

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/782.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #782
    
----
commit 7bbbb75d6b168b60fae26d2a416258b198fae266
Author: Cheng Hao <ch...@gmail.com>
Date:   2015-06-04T15:17:35Z

    add sql style aggregation support

----


> Add SQL-style aggregations for Table API
> ----------------------------------------
>
>                 Key: FLINK-2000
>                 URL: https://issues.apache.org/jira/browse/FLINK-2000
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API
>            Reporter: Aljoscha Krettek
>            Assignee: Cheng Hao
>            Priority: Minor
>
> Right now, the syntax for aggregations is "a.count, a.min" and so on. We could in addition offer "COUNT(a), MIN(a)" and so on.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)