join_where
ColumnNotFoundError if predicate only uses columns from one side
#18745
Closed
2 tasks done
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
It's a nonsense example, but the
a_right
seems to suggest the order ofcol()
matters in this case.Reversing the order does produce a result:
Which looks like it actually compared
a
andindex_right
?It seems like a predicate that only refers to columns from one side should be considered Invalid?
Expected behavior
I'm not sure.
Installed versions
The text was updated successfully, but these errors were encountered: