Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0.0
Description
HIVE-25880 introduced a configuration parameter for excluding CBO rules based on a regex on their description.
Calcite logs when a rule is excluded (see AbstractRelOptPlanner.java#L316 and VolcanoRuleCall.java#L169).
To ease investigations, this should be complemented by printing the regex used (if not blank) in Hive DEBUG logs, and the same in CBO information (i.e., EXPLAIN CBO's output).
Attachments
Issue Links
- depends upon
-
HIVE-25880 Add configuration option to exclude rules by a regex on their description
- Closed
- links to