Alessandro Solimando created HIVE-26762:
-------------------------------------------
Summary: Remove operand pruning in HiveFilterSetOpTransposeRule
Key: HIVE-26762
URL: https://issues.apache.org/jira/browse/HIVE-26762
Project: Hive
Issue Type: Bug
Components: CBO, Query Planning
Affects Versions: 4.0.0-alpha-2
Reporter: Alessandro Solimando
HiveFilterSetOpTransposeRule, when applied to UNION ALL operands, checks if the
newly pushed filter simplifies to FALSE (possibly due to the predicates holding
on the input).
If this is true and there is more than one UNION ALL operand, it gets pruned.
After HIVE-26524 ("Use Calcite to remove sections of a query plan known never
produces rows"), this is possibly redundant and we could drop this feature and
let the other rules take care of the pruning.
In such a case, it's even possible to drop the Hive specific rule and relies on
the Calcite one (the difference is just the operand pruning at the moment of
writing), similarly to what HIVE-26642 did for HiveReduceExpressionRule.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)