[
https://issues.apache.org/jira/browse/HIVE-16155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15904708#comment-15904708
]
Rui Li commented on HIVE-16155:
-------------------------------
The failure can't be reproduced locally.
[~xuefuz] would you mind take a look at the patch? It's trivial and does the
following changes:
1. Check the small table size first. So if the small table doesn't fit, we
don't need to clone query plan or creating map join, which can be time
consuming.
2. Don't create conditional task if no map join is created. Before the patch,
if no map join is created, we still get a conditional task containing only the
original common join, which is unnecessary and makes the query plan confusing.
> No need for ConditionalTask if no conditional map join is created
> -----------------------------------------------------------------
>
> Key: HIVE-16155
> URL: https://issues.apache.org/jira/browse/HIVE-16155
> Project: Hive
> Issue Type: Bug
> Reporter: Rui Li
> Assignee: Rui Li
> Priority: Minor
> Attachments: HIVE-16155.1.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)