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
Describe the bug
I get a panic when trying to write a parquet file containing a StructArray with a ListArray inside it, when there's at least one empty list.
Describe the bug
I get a panic when trying to write a parquet file containing a
StructArray
with aListArray
inside it, when there's at least one empty list.To Reproduce
cargo run
this: https://github.com/hohav/arrow-parquet-list-test/blob/v4/src/main.rsExpected behavior
A parquet file is written.
Actual behavior
Additional context
Possibly related:
The text was updated successfully, but these errors were encountered: