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

Jark Wu commented on FLINK-4591:
--------------------------------

Make sense... They are equal, we should encourage to use {{.distinct()}} rather 
than {{.groupBy( '* ).select( '* )}}. But should we provide the other choice ? 

> 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)

Reply via email to