You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chengxiang Li (JIRA)" <ji...@apache.org> on 2015/12/02 10:34:11 UTC

[jira] [Resolved] (FLINK-3087) Table API do not support multi count in aggregation.

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

Chengxiang Li resolved FLINK-3087.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0

> Table API do not support multi count in aggregation.
> ----------------------------------------------------
>
>                 Key: FLINK-3087
>                 URL: https://issues.apache.org/jira/browse/FLINK-3087
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API
>    Affects Versions: 0.10.0
>            Reporter: Chengxiang Li
>            Assignee: Chengxiang Li
>             Fix For: 1.0.0
>
>
> Multi {{count}} in aggregation is not supported, for example:
> {code:java}
> table.select("a.count", "b.count")
> {code}
> It's valid in grammar, besides, {{a.count}} and {{b.count}} may have different values actually if NULL value handling is enabled.



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