You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When faced with Select operator, IntSetEvaluator will do the default thing which is to return IntSet::everything() which is too conservative.
The right thing to do is to return the union of IntSets of true and false expressions.
The text was updated successfully, but these errors were encountered:
I already have a fix (5 lines of code) for this small bug. I was going to send a PR but I'm open to suggestion on what do with it (or even not to do anything with it and wait for a PR for #2588)
When faced with
Select
operator,IntSetEvaluator
will do the default thing which is to returnIntSet::everything()
which is too conservative.The right thing to do is to return the union of
IntSet
s of true and false expressions.The text was updated successfully, but these errors were encountered: