Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Right now, Hive optimizer (Calcite) is short of the constant related optimization rules. For example, constant folding, constant propagation and constant transitive rules. Although Hive later provides those rules in the logical optimizer, we would like to implement those inside Calcite. This will benefit the current optimization as well as the optimization based on return path that we are planning to use in the future. This JIRA is the umbrella JIRA to implement/enable those rules.
Attachments
Issue Links
- duplicates
-
HIVE-13608 We should provide better error message while constraints with duplicate names are created
- Closed
- is related to
-
CALCITE-902 Match nullability when reducing expressions in a Project
- Closed
-
CALCITE-909 Make ReduceExpressionsRule extensible
- Closed
-
HIVE-11110 Reorder applyPreJoinOrderingTransforms, add NotNULL/FilterMerge rules, improve Filter selectivity estimation
- Closed
-
HIVE-9132 CBO: Calcite Operator To Hive Operator (Calcite Return Path)
- Open