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
da2225 opened this issue
Aug 14, 2024
· 1 comment
· Fixed by #18262
Assignees
Labels
A-panicArea: code that results in panic exceptionsacceptedReady for implementationbugSomething isn't workingP-mediumPriority: mediumpythonRelated to Python Polars
found multiple sources; run comm_subplan_elim
thread '<unnamed>' panicked at crates/polars-mem-engine/src/planner/lp.rs:678:20:
internal error: entered unreachable code
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Issue description
In the example code, both the re-use of the 'empty' dataframe and the call to collect_schema seem to be needed to break the collect call.
Expected behavior
Without the call to collect_schema, the code works as expected. It should work the same way with the call to collect_schema in place.
A-panicArea: code that results in panic exceptionsacceptedReady for implementationbugSomething isn't workingP-mediumPriority: mediumpythonRelated to Python Polars
Checks
Reproducible example
Log output
Issue description
In the example code, both the re-use of the 'empty' dataframe and the call to collect_schema seem to be needed to break the collect call.
Expected behavior
Without the call to collect_schema, the code works as expected. It should work the same way with the call to collect_schema in place.
Installed versions
The text was updated successfully, but these errors were encountered: