[jira] [Commented] (SPARK-7182) [SQL] Can't remove columns from DataFrame or save DataFrame from a join due to duplicate columns

2017-05-29 Thread Saurabh (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-7182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16028113#comment-16028113 ] Saurabh commented on SPARK-7182: Xiao Li.. I'm getting the same error when I try to do .dropDuplicates.

[jira] [Commented] (SPARK-7182) [SQL] Can't remove columns from DataFrame or save DataFrame from a join due to duplicate columns

2016-10-07 Thread Xiao Li (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-7182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15556388#comment-15556388 ] Xiao Li commented on SPARK-7182: Please try it in the master branch. If it still does not work, please

[jira] [Commented] (SPARK-7182) [SQL] Can't remove columns from DataFrame or save DataFrame from a join due to duplicate columns

2015-04-28 Thread Adrian Wang (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-7182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14516551#comment-14516551 ] Adrian Wang commented on SPARK-7182: you should use like j = t1.join(t2, t1.a==t2.a