[ https://issues.apache.org/jira/browse/SPARK-6210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Davies Liu reassigned SPARK-6210: --------------------------------- Assignee: Davies Liu (was: Michael Armbrust) > 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: Davies Liu > 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