You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/01/15 02:45:39 UTC

[jira] [Commented] (SPARK-12828) support natural join

    [ 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org