Regression in polars 1.14.0 results in corrupt dataframes when adding columns from literals #19957
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
A regression introduced in polars 1.14.0 results in corrupt dataframes when adding columns from literals. Subsequent operations, such as
.gather_every()
result inShapeError
. See example for details, including a workaround that apparently fixes affected metadata.Expected behavior
No ShapeError is thrown, i.e. behavior reverts to polars<1.14.0
Installed versions
The text was updated successfully, but these errors were encountered: