You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Zoltan Haindrich (Jira)" <ji...@apache.org> on 2020/12/04 13:27:00 UTC

[jira] [Created] (HIVE-24486) Enhance operator merge logic to also consider going thru RS operators

Zoltan Haindrich created HIVE-24486:
---------------------------------------

             Summary: Enhance operator merge logic to also consider going thru RS operators
                 Key: HIVE-24486
                 URL: https://issues.apache.org/jira/browse/HIVE-24486
             Project: Hive
          Issue Type: Sub-task
            Reporter: Zoltan Haindrich
            Assignee: Zoltan Haindrich


the targeted situation looks like this:
{code}
OP1 -> RS1.1 -> JOIN1.1
OP1 -> RS1.2 -> JOIN1.2 

OP2 -> RS2.1 -> JOIN1.1 -> RS3.1 
OP2 -> RS2.2 -> JOIN1.2 -> RS3.2 
{code}






--
This message was sent by Atlassian Jira
(v8.3.4#803005)