Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
Description
Discovered while working on HIVE-21867. Having predicates with nested AND expressions may result in different stats, even if predicates are basically similar (from stats estimation standpoint).
For instance, stats for AND(x=5, true, true) are different from x=5.
Attachments
Attachments
Issue Links
- relates to
-
HIVE-20260 NDV of a column shouldn't be scaled when row count is changed by filter on another column
- Closed
- links to