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
coastalwhite opened this issue
Jul 31, 2024
· 1 comment
· Fixed by #19097
Assignees
Labels
A-panicArea: code that results in panic exceptionsacceptedReady for implementationbugSomething isn't workingP-mediumPriority: mediumpythonRelated to Python Polars
thread '<unnamed>' panicked at crates/polars-arrow/src/array/ffi.rs:64:24:
called `Option::unwrap()` on a `None` valuenote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Issue description
There is a panic in the conversion to arrow. I am not really able to reproduce this outside of the parametric test, so I am leaving this for later.
Expected behavior
No panic.
Installed versions
Replace this line with the output of pl.show_versions(). Leave the backticks in place.
The text was updated successfully, but these errors were encountered:
Where 'A' object contains a nested struct like this :
The exact error message is:
Exception has occurred: PanicException
called `Option::unwrap()` on a `None` value
...
pyo3_runtime.PanicException: called `Option::unwrap()` on a `None` value
If you require any further information please let me know.
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
There is a panic in the conversion to arrow. I am not really able to reproduce this outside of the parametric test, so I am leaving this for later.
Expected behavior
No panic.
Installed versions
The text was updated successfully, but these errors were encountered: