GitHub user dilipbiswal opened a pull request: https://github.com/apache/spark/pull/11297
[SPARK-13427][SQL] Support USING clause in JOIN. ## What changes were proposed in this pull request? Support queries that JOIN tables with USING clause. SELECT * from table1 JOIN table2 USING <column_list> ## How was the this patch tested? Have added unit tests in SQLQuerySuite, CatalystQlSuite, ResolveNaturalJoinSuite (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) You can merge this pull request into a Git repository by running: $ git pull https://github.com/dilipbiswal/spark spark-13427 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/11297.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #11297 ---- commit bdfe5ed32c3a1fa148b467723018de9746a26d73 Author: Dilip Biswal <dbis...@us.ibm.com> Date: 2016-02-19T23:23:07Z [SPARK-13427] Support USING clause in JOIN. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org