[
https://issues.apache.org/jira/browse/HIVE-15983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15926727#comment-15926727
]
Hive QA commented on HIVE-15983:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12858835/HIVE-15983.04.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 10347 tests passed
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/4153/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/4153/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-4153/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12858835 - PreCommit-HIVE-Build
> 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
> Reporter: Carter Shanklin
> Assignee: Pengcheng Xiong
> 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)