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
thread '<unnamed>' panicked at crates/polars-plan/src/logical_plan/conversion/expr_expansion.rs:362:22:
index out of bounds: the len is 0 but the index is 0
Issue description
I'm not sure if this can actually work in a single context due to .list.to_struct() having an "unknown schema".
Checks
Reproducible example
Log output
thread '<unnamed>' panicked at crates/polars-plan/src/logical_plan/conversion/expr_expansion.rs:362:22: index out of bounds: the len is 0 but the index is 0
Issue description
I'm not sure if this can actually work in a single context due to
.list.to_struct()
having an "unknown schema".But the PanicException can be fixed.
Using a separate context works as expected.
Expected behavior
No panic exception.
Installed versions
The text was updated successfully, but these errors were encountered: