[
https://issues.apache.org/jira/browse/SPARK-6380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14543317#comment-14543317
]
Apache Spark commented on SPARK-6380:
-------------------------------------
User 'bryanjj' has created a pull request for this issue:
https://github.com/apache/spark/pull/6141
> Resolution of equi-join key in post-join projection
> ---------------------------------------------------
>
> Key: SPARK-6380
> URL: https://issues.apache.org/jira/browse/SPARK-6380
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Reporter: Reynold Xin
>
> {code}
> df1.join(df2, df1("key") === df2("key")).select("key")
> {code}
> It would be great to just resolve key to df1("key") in the case of inner
> joins.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]