Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Run filter null join key optimization once (#3657)
Only run the filter null join key optimization once before filter pushdown, instead of 3 times together with the other rules, otherwise you end up with something like `[not(is_null(key)) & not(is_null(key))] & not(is_null(key))`. Co-authored-by: Colin Ho <[email protected]>
- Loading branch information