[
https://issues.apache.org/jira/browse/SPARK-12828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15101029#comment-15101029
]
Apache Spark commented on SPARK-12828:
--------------------------------------
User 'adrian-wang' has created a pull request for this issue:
https://github.com/apache/spark/pull/10762
> 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
>
> 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]