You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run ProjectionExec
thread '<unnamed>' panicked at crates/polars-core/src/frame/mod.rs:1105:36:
should not fail: SchemaMismatch(ErrString("cannot append series, data types don't match"))
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Traceback (most recent call last):
File "/home/johndoe/Projects/polars/t5.py", line 12, in<module>
assert pl.concat([df[0], df[1], df[2]]).select(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/johndoe/Projects/polars/py-polars/polars/dataframe/frame.py", line 9021, inselectreturnself.lazy().select(*exprs, **named_exprs).collect(_eager=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/johndoe/Projects/polars/py-polars/polars/lazyframe/frame.py", line 2055, in collect
return wrap_df(ldf.collect(callback))
^^^^^^^^^^^^^^^^^^^^^
pyo3_runtime.PanicException: should not fail: SchemaMismatch(ErrString("cannot append series, data types don't match"))
Issue description
Panic should not be happening, it seems this was introduced by #19218.
Expected behavior
No panic
Installed versions
1.12.0
The text was updated successfully, but these errors were encountered:
Checks
Reproducible example
Log output
Issue description
Panic should not be happening, it seems this was introduced by #19218.
Expected behavior
No panic
Installed versions
The text was updated successfully, but these errors were encountered: