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

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

Adrian Wang created SPARK-12828:
-----------------------------------

             Summary: 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