Re: Support boolcol IS [NOT] UNKNOWN in partition pruning

2024-03-03 Thread David Rowley
On Tue, 20 Feb 2024 at 15:38, David Rowley wrote: > While working on 4c2369ac5, I noticed there's close to as much code to > disallow BooleanTests in the form of "IS UNKNOWN" and "IS NOT UNKNOWN" > in partition pruning as it would take to allow pruning to work for > these. I looked at this again

Support boolcol IS [NOT] UNKNOWN in partition pruning

2024-02-19 Thread David Rowley
While working on 4c2369ac5, I noticed there's close to as much code to disallow BooleanTests in the form of "IS UNKNOWN" and "IS NOT UNKNOWN" in partition pruning as it would take to allow pruning to work for these. The attached makes it work. David From b9f3ff909652c96f1f0dced9e1165ffa8c93c7f1 M