[ 
https://issues.apache.org/jira/browse/HIVE-12090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14952928#comment-14952928
 ] 

Hive QA commented on HIVE-12090:
--------------------------------



{color:red}Overall{color}: -1 at least one tests failed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12766079/HIVE-12090.1.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 9662 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_schemeAuthority2
org.apache.hive.hcatalog.api.TestHCatClient.testTableSchemaPropagation
org.apache.hive.jdbc.TestSSL.testSSLVersion
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5618/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/5618/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-5618/

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: 12766079 - PreCommit-HIVE-TRUNK-Build

> Dead-code: Vectorized map-join murmur hash is run twice
> -------------------------------------------------------
>
>                 Key: HIVE-12090
>                 URL: https://issues.apache.org/jira/browse/HIVE-12090
>             Project: Hive
>          Issue Type: Bug
>          Components: Vectorization
>    Affects Versions: 1.3.0, 2.0.0
>            Reporter: Gopal V
>            Assignee: Gopal V
>         Attachments: HIVE-12090.1.patch
>
>
> Caught by [~mmccline] during code reviews.
> {code}
>    public JoinUtil.JoinResult setDirect(byte[] bytes, int offset, int length,
>         BytesBytesMultiHashMap.Result hashMapResult) {
>       int keyHash = WriteBuffers.murmurHash(bytes, offset, length);
>       aliasFilter = hashMap.getValueResult(bytes, offset, length, 
> hashMapResult);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to