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
Exporting binaryview arrow to pyarrow fails with
Expected at least 3 buffers for imported type binary_view, ArrowArray struct has 2
To Reproduce
Construct binaryview array and export it over c data interface to pyarrow
Expected behavior
Export should succeed without error
Additional context
I think there's ambiguity in the spec apache/arrow#43989. However, regardless of that issue it seems that export binaryview array has to do a bit extra work to produce buffer lengths
The text was updated successfully, but these errors were encountered:
robert3005
changed the title
Exporting Binary/Utf8View from arrow-rs to pyarrow fails if the array contains only short (<13 chars) strings
Exporting Binary/Utf8View from arrow-rs to pyarrow fails
Sep 6, 2024
Describe the bug
Exporting binaryview arrow to pyarrow fails with
Expected at least 3 buffers for imported type binary_view, ArrowArray struct has 2
To Reproduce
Construct binaryview array and export it over c data interface to pyarrow
Expected behavior
Export should succeed without error
Additional context
I think there's ambiguity in the spec apache/arrow#43989. However, regardless of that issue it seems that export binaryview array has to do a bit extra work to produce buffer lengths
The text was updated successfully, but these errors were encountered: