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

Hive QA commented on HIVE-16229:
--------------------------------



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

{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 10510 tests 
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[comments] (batchId=35)
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/4302/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/4302/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-4302/

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

This message is automatically generated.

ATTACHMENT ID: 12860027 - PreCommit-HIVE-Build

> Wrong result for correlated scalar subquery with aggregate
> ----------------------------------------------------------
>
>                 Key: HIVE-16229
>                 URL: https://issues.apache.org/jira/browse/HIVE-16229
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Vineet Garg
>            Assignee: Vineet Garg
>         Attachments: HIVE-16228.2.patch, HIVE-16229.1.patch
>
>
> Query:
> {code:SQL}
> select * from part where p_size > (select count(*) from part p where p.p_mfgr 
> = part.p_mfgr group by p_type);
> {code}
> Expected results:
> {code}
> ERROR: more than one row produced by subquery
> {code}
> Actual
> {code}
> 49671 almond antique gainsboro frosted violet Manufacturer#4  Brand#41        
> SMALL BRUSHED BRASS     10      SM BOX  1620.67 ccounts run quick
> 49671 almond antique gainsboro frosted violet Manufacturer#4  Brand#41        
> SMALL BRUSHED BRASS     10      SM BOX  1620.67 ccounts run quick
> 49671 almond antique gainsboro frosted violet Manufacturer#4  Brand#41        
> SMALL BRUSHED BRASS     10      SM BOX  1620.67 ccounts run quick
> 49671 almond antique gainsboro frosted violet Manufacturer#4  Brand#41        
> SMALL BRUSHED BRASS     10      SM BOX  1620.67 ccounts run quick
> 49671 almond antique gainsboro frosted violet Manufacturer#4  Brand#41        
> SMALL BRUSHED BRASS     10      SM BOX  1620.67 ccounts run quick
> 48427 almond antique violet mint lemon        Manufacturer#4  Brand#42        
> PROMO POLISHED STEEL    39      SM CASE 1375.42 hely ironic i
> 48427 almond antique violet mint lemon        Manufacturer#4  Brand#42        
> PROMO POLISHED STEEL    39      SM CASE 1375.42 hely ironic i
> ........
> Time taken: 13.742 seconds, Fetched: 123 row(s)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to