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
Remove always true expressions in OpenDD planning (#1719)
<!-- The PR description should answer 2 important questions: -->
### What
All of the execution plan mismatches had this in common - they passed an
`{}` to a filter. In OpenDD this leaves empty `And []` around the place,
where we used to erase them.
### How
Wherever we were using `Some(ResolvedFilterExpression::mk_and(exprs))`
we do
`ResolvedFilterExpression::mk_and(exprs).remove_always_true_expression()`
like old pipeline.
V3_GIT_ORIGIN_REV_ID: 18cbf20c88ac8a94c6ec78f8153c094351d52e60
0 commit comments