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

Wenchen Fan resolved SPARK-14471.
---------------------------------
       Resolution: Fixed
         Assignee: Takeshi Yamamuro
    Fix Version/s: 2.3.0
                   2.2.1

> 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
>            Assignee: Takeshi Yamamuro
>             Fix For: 2.2.1, 2.3.0
>
>
> This query should be able to run:
> {code}
> select a a1, a1 + 1 as b, count(1) from t group by a1
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to