Description
HiveJoinPushTransitivePredicatesRule does not pull up predicates for transitive inference if they contain more than one column.
EXPLAIN select * from srcpart join (select ds as ds, ds as `date` from srcpart where (ds = '2008-04-08' and value=1)) s on (srcpart.ds = s.ds);
Attachments
Attachments
Issue Links
- is related to
-
HIVE-12543 Disable Hive ConstantPropagate optimizer when CBO has optimized the plan
- Closed
- relates to
-
HIVE-11110 Reorder applyPreJoinOrderingTransforms, add NotNULL/FilterMerge rules, improve Filter selectivity estimation
- Closed
- links to