Davies Liu created SPARK-6210:
---------------------------------

             Summary: Generated column name should not include id of column in 
it.
                 Key: SPARK-6210
                 URL: https://issues.apache.org/jira/browse/SPARK-6210
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.3.0
            Reporter: Davies Liu
            Assignee: Michael Armbrust
            Priority: Critical


{code}
        >>> df.groupBy().max('age').collect()
        [Row(MAX(age#0)=5)]
        >>> df3.groupBy().max('age', 'height').collect()
        [Row(MAX(age#4L)=5, MAX(height#5L)=85)]
{code}



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

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

Reply via email to