Lazy cross join + filter not optimized in non-equi join #18753
Labels
accepted
Ready for implementation
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
No response
Issue description
DuckDB optimizes this cross join into a non-equi join, polars is keeping it currently as a cross join.
Expected behavior
If possible optimize the cross join + filter in a non-equi join
Installed versions
The text was updated successfully, but these errors were encountered: