Description
support bucket pruning when filtering on a single bucketed column on the following predicates -
- EqualTo
- EqualNullSafe
- In
- (1)-(3) combined in And/Or predicates
based on smilegator's work in SPARK-12850 which was removed from the code base.