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
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Reproducible example
importpolarsaspllf=pl.LazyFrame({"A": []})
lf=pl.concat([lf] *8192)
lf.with_columns(1).collect(comm_subplan_elim=True) # default, but works with False # zsh: segmentation fault
Log output
found multiple sources; run comm_subplan_elim
Issue description
I guess this is related to the new CSE work.
It only seems to trigger for >= 8192
Expected behavior
No segfault.
Installed versions
main
The text was updated successfully, but these errors were encountered:
Checks
Reproducible example
Log output
found multiple sources; run comm_subplan_elim
Issue description
I guess this is related to the new CSE work.
It only seems to trigger for
>= 8192
Expected behavior
No segfault.
Installed versions
The text was updated successfully, but these errors were encountered: