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/08 01:10:25 UTC

[jira] [Created] (SPARK-14471) The alias created in SELECT could be used in GROUP BY

Davies Liu created SPARK-14471:
----------------------------------

             Summary: The alias created in SELECT could be used in GROUP BY
                 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