[
https://issues.apache.org/jira/browse/HIVE-11234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624249#comment-14624249
]
Hive QA commented on HIVE-11234:
--------------------------------
{color:green}Overall{color}: +1 all checks pass
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12744979/HIVE-11234.01.patch
{color:green}SUCCESS:{color} +1 9150 tests passed
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4594/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/4594/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-4594/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12744979 - PreCommit-HIVE-TRUNK-Build
> CBO: Calcite Operator To Hive Operator (Calcite Return Path): reconsider the
> cross product in HiveJoinToMultiJoinRule
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: HIVE-11234
> URL: https://issues.apache.org/jira/browse/HIVE-11234
> Project: Hive
> Issue Type: Sub-task
> Components: CBO
> Reporter: Pengcheng Xiong
> Assignee: Pengcheng Xiong
> Attachments: HIVE-11234.01.patch
>
>
> Cross product in HiveJoinToMultiJoinRule needs to be reconsidered. Now the
> following explain query will fail at L1116 StatsRulesProcFactory : FAILED:
> IndexOutOfBoundsException Index: 0, Size: 0 because the key in one of the
> branches of the join is empty.
> {code}
> explain select * from src
> where src.key not in (select key from src1);
> {code}
> If we run
> {code}
> select * from src
> where src.key not in (select key from src1);
> {code}
> we will have "FAILED: Execution Error, return code 2 from
> org.apache.hadoop.hive.ql.exec.mr.MapRedTask". The root cause is the same.
> Other queries that will also fail include cbo_subq_not_in.q etc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)