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
Additional context
Created also issue in polars repo: pola-rs/polars#22935, since it's not clear to me where the issue lies, wether it's polars buffers being misaligned or arrow-rs incorrectly identifying it because pyarrow seems to be able to consume it fine.
The text was updated successfully, but these errors were encountered:
Describe the bug
Can't consume arrow data with empty list[str] over FFI
To Reproduce
Expected behavior
Pyarrow seems to be able to consume this empty list[str] fine,
Additional context
Created also issue in polars repo: pola-rs/polars#22935, since it's not clear to me where the issue lies, wether it's polars buffers being misaligned or arrow-rs incorrectly identifying it because pyarrow seems to be able to consume it fine.
The text was updated successfully, but these errors were encountered: