You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2014/12/17 02:20:13 UTC

[jira] [Created] (HIVE-9137) Turn off Hive's PredicateTransitivePropagate optimizer when cbo is on

Ashutosh Chauhan created HIVE-9137:
--------------------------------------

             Summary: Turn off Hive's PredicateTransitivePropagate optimizer when cbo is on
                 Key: HIVE-9137
                 URL: https://issues.apache.org/jira/browse/HIVE-9137
             Project: Hive
          Issue Type: Task
          Components: CBO, Logical Optimizer
    Affects Versions: 0.15.0
            Reporter: Ashutosh Chauhan
            Assignee: Ashutosh Chauhan


Because Calcite contains rule called {{JoinPushTransitivePredicatesRule}} which does exactly this. So, if cbo is on, this optimization would have already taken place and we won't gain anything by running this again.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)