You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Davies Liu (JIRA)" <ji...@apache.org> on 2016/04/11 21:51:25 UTC

[jira] [Updated] (SPARK-14471) The alias created in SELECT could be used in GROUP BY and followed expressions

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

Davies Liu updated SPARK-14471:
-------------------------------
    Summary: The alias created in SELECT could be used in GROUP BY and followed expressions  (was: The alias created in SELECT could be used in GROUP BY)

> The alias created in SELECT could be used in GROUP BY and followed expressions
> ------------------------------------------------------------------------------
>
>                 Key: SPARK-14471
>                 URL: https://issues.apache.org/jira/browse/SPARK-14471
>             Project: Spark
>          Issue Type: New Feature
>          Components: SQL
>            Reporter: Davies Liu
>
> This query should be able to run:
> {code}
> select a a1, count(1) from t group by a1
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org