[
https://issues.apache.org/jira/browse/HIVE-15983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15925412#comment-15925412
]
Hive QA commented on HIVE-15983:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12858758/HIVE-15983.03.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 10347 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_if_expr]
(batchId=141)
org.apache.hive.hcatalog.pig.TestTextFileHCatStorer.testDateCharTypes
(batchId=174)
org.apache.hive.hcatalog.pig.TestTextFileHCatStorer.testWriteSmallint
(batchId=174)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/4136/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/4136/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-4136/
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
Tests exited with: TestsFailedException: 3 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12858758 - 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
>
>
> 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)