Post-join panic
on select
after joining on keys with different names with "coalesce=False"
#16515
Closed
2 tasks done
Checks
Reproducible example
Python:
(DataFrame API)
Rust:
(SQL context, if on this PR's branch #16507; also happens with regular API)
Log output
Issue description
Selecting a valid column after a join where "coalesce=False" can result in a panic.
Expected behavior
Return the following frame:
Installed versions
Compiled from latest
main
with all standard features.Also confirmed on latest
0.20.30
release build.The text was updated successfully, but these errors were encountered: