[
https://issues.apache.org/jira/browse/HIVE-28807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denys Kuzmenko resolved HIVE-28807.
-----------------------------------
Fix Version/s: 4.1.0
Resolution: Fixed
> Hive fails to print user level explain when a vertex has multiple join
> operators and its top operator is dynamic partition hash join.
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: HIVE-28807
> URL: https://issues.apache.org/jira/browse/HIVE-28807
> Project: Hive
> Issue Type: Bug
> Reporter: Seonggon Namgung
> Assignee: Seonggon Namgung
> Priority: Minor
> Labels: pull-request-available
> Fix For: 4.1.0
>
>
> I found that Hive occasionally fails to print the user level explain due to
> the following exception:
> {code:java}
> java.lang.Exception: Can not find the source operator on one of the branches
> of map join.
> at org.apache.hadoop.hive.common.jsonexplain.Op.inlineJoinOp(Op.java:173)
> ~[hive-common-4.0.0.jar:4.0.0]
> at org.apache.hadoop.hive.common.jsonexplain.Op.print(Op.java:316)
> ~[hive-common-4.0.0.jar:4.0.0]
> at org.apache.hadoop.hive.common.jsonexplain.Op.print(Op.java:347)
> ~[hive-common-4.0.0.jar:4.0.0]
> at org.apache.hadoop.hive.common.jsonexplain.Op.print(Op.java:347)
> ~[hive-common-4.0.0.jar:4.0.0] {code}
> This happens when a reducer vertex contains multiple join operators, and its
> top operator is DPHJ.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)