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

Hive QA commented on HIVE-10628:
--------------------------------



{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/12731058/HIVE-10628.01.patch

{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 8921 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestEncryptedHDFSCliDriver.testCliDriver_encryption_insert_partition_static
org.apache.hadoop.hive.cli.TestNegativeMinimrCliDriver.testNegativeCliDriver_minimr_broken_pipe
{noformat}

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

Messages:
{noformat}
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: 2 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12731058 - PreCommit-HIVE-TRUNK-Build

> Incorrect result when vectorized native mapjoin is enabled using null safe 
> operators <=>
> ----------------------------------------------------------------------------------------
>
>                 Key: HIVE-10628
>                 URL: https://issues.apache.org/jira/browse/HIVE-10628
>             Project: Hive
>          Issue Type: Bug
>          Components: Hive
>    Affects Versions: 1.2.0
>            Reporter: Matt McCline
>            Assignee: Matt McCline
>            Priority: Critical
>             Fix For: 1.2.0, 1.3.0
>
>         Attachments: HIVE-10628.01.patch
>
>
> Incorrect results for this query:
> {noformat}
> select count(*) from store_sales ss join store_returns sr on (sr.sr_item_sk 
> <=> ss.ss_item_sk and sr.sr_customer_sk <=> ss.ss_customer_sk and 
> sr.sr_item_sk <=> ss.ss_item_sk) where ss.ss_net_paid > 1000;
> {noformat}



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

Reply via email to