[
https://issues.apache.org/jira/browse/HIVE-16229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15935772#comment-15935772
]
Hive QA commented on HIVE-16229:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12859826/HIVE-16229.1.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 10497 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[comments] (batchId=35)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query1] (batchId=226)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query30]
(batchId=226)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query6] (batchId=226)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query81]
(batchId=226)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/4281/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/4281/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-4281/
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: 5 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12859826 - 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-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)