[
https://issues.apache.org/jira/browse/SPARK-12828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15131780#comment-15131780
]
Apache Spark commented on SPARK-12828:
--------------------------------------
User 'rxin' has created a pull request for this issue:
https://github.com/apache/spark/pull/11070
> support natural join
> --------------------
>
> Key: SPARK-12828
> URL: https://issues.apache.org/jira/browse/SPARK-12828
> Project: Spark
> Issue Type: New Feature
> Components: SQL
> Reporter: Adrian Wang
> Assignee: Adrian Wang
> Fix For: 2.0.0
>
>
> support queries like:
> select * from t1 natural join t2;
> select * from t1 natural left join t2;
> select * from t1 natural right join t2;
> select * from t1 natural full outer join t2;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]