You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (JIRA)" <ji...@apache.org> on 2016/09/09 07:15:22 UTC

[jira] [Comment Edited] (FLINK-4591) Select star does not work with grouping

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

Jark Wu edited comment on FLINK-4591 at 9/9/16 7:15 AM:
--------------------------------------------------------

Is {{.groupBy( '* ).select( '* , 'a.count )}}  a strong case to support {{groupBy( '* )}} ?


was (Author: jark):
Is {{.groupBy( '* ).select( '* , 'a.count )}}  a strong case to support {{groupBy( '* )}}

> Select star does not work with grouping
> ---------------------------------------
>
>                 Key: FLINK-4591
>                 URL: https://issues.apache.org/jira/browse/FLINK-4591
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table API & SQL
>            Reporter: Timo Walther
>            Assignee: Jark Wu
>
> It would be consistent if this would also work:
> {{table.groupBy( '* ).select( "* )}}
> Currently, the star only works in a plain select without grouping.



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