Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid dynamic filter current predicate computation when not used
`DynamicFilter.getCurrentPredicate` is not free to call. Do not call it when results wouldn't be used. The edge case, where `getCurrentPredicate()` returns `TupleDomain.none()` is not worth optimizing for. In the future, it can be handled by the engine instead.
- Loading branch information