Join fails with PanicException instead of ColumnNotFoundError #19798
Labels
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
When joining on column that doesn't exist, version 1.13 throws panic exception instead of the
ColumnNotFoundError
it throws with version 1.12. I see the bug in Python so marking it as such, but I think the bug might be in Rust instead.Expected behavior
All three versions should throw the same error
ColumnNotFoundError
Installed versions
The text was updated successfully, but these errors were encountered: