align_frames
regression: 1-row inputs with how="left" triggers panic
#20445
Labels
A-panic
Area: code that results in panic exceptions
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
In 1.18, invoking align_frames with
how="left"
on 1-row dataframes now triggers a panic. Such error did not exist<=1.17
.Expected behavior
pl.align_frames(df, df, how="left", on="_grouping_id")
should work as intendedInstalled versions
The text was updated successfully, but these errors were encountered: