[jira] [Commented] (SPARK-16869) Wrong projection when join on columns with the same name which are derived from the same dataframe

2016-08-03 Thread GUAN Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15405686#comment-15405686 ] GUAN Hao commented on SPARK-16869: -- I've update the outer joining part (which was missing) to the code

[jira] [Comment Edited] (SPARK-16869) Wrong projection when join on columns with the same name which are derived from the same dataframe

2016-08-03 Thread GUAN Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15405669#comment-15405669 ] GUAN Hao edited comment on SPARK-16869 at 8/3/16 10:17 AM: --- {{i = colaesce(b.i,

[jira] [Updated] (SPARK-16869) Wrong projection when join on columns with the same name which are derived from the same dataframe

2016-08-03 Thread GUAN Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] GUAN Hao updated SPARK-16869: - Description: I have to DataFrames, both contain a column named *i* which are derived from a same

[jira] [Comment Edited] (SPARK-16869) Wrong projection when join on columns with the same name which are derived from the same dataframe

2016-08-03 Thread GUAN Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15405669#comment-15405669 ] GUAN Hao edited comment on SPARK-16869 at 8/3/16 10:16 AM: --- {{i = colaesce(b.i,

[jira] [Comment Edited] (SPARK-16869) Wrong projection when join on columns with the same name which are derived from the same dataframe

2016-08-03 Thread GUAN Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15405669#comment-15405669 ] GUAN Hao edited comment on SPARK-16869 at 8/3/16 10:14 AM: --- Oh, {{i =

[jira] [Commented] (SPARK-16869) Wrong projection when join on columns with the same name which are derived from the same dataframe

2016-08-03 Thread GUAN Hao (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15405669#comment-15405669 ] GUAN Hao commented on SPARK-16869: -- Oh, {{ i = colaesce(b.i, c.i) }} is actually just a comment. Please

[jira] [Created] (SPARK-16869) Wrong projection when join on columns with the same name which are derived from the same dataframe

2016-08-03 Thread GUAN Hao (JIRA)
GUAN Hao created SPARK-16869: Summary: Wrong projection when join on columns with the same name which are derived from the same dataframe Key: SPARK-16869 URL: https://issues.apache.org/jira/browse/SPARK-16869