[
https://issues.apache.org/jira/browse/HIVE-15983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pengcheng Xiong updated HIVE-15983:
-----------------------------------
Fix Version/s: 2.2.0
> Support the named columns join
> ------------------------------
>
> Key: HIVE-15983
> URL: https://issues.apache.org/jira/browse/HIVE-15983
> Project: Hive
> Issue Type: Sub-task
> Components: SQL
> Affects Versions: 2.1.0
> Reporter: Carter Shanklin
> Assignee: Pengcheng Xiong
> Fix For: 2.2.0
>
> Attachments: HIVE-15983.01.patch, HIVE-15983.02.patch,
> HIVE-15983.03.patch, HIVE-15983.04.patch
>
>
> The named columns join is a common shortcut allowing joins on identically
> named keys. Example: select * from t1 join t2 using c1 is equivalent to
> select * from t1 join t2 on t1.c1 = t2.c1. SQL standard reference: Section 7.7
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)