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
Currently we load the buffer at index 0 of buffers fields from FFI ArrowArray struct. However, it could load wrong buffer as null buffer for the types where is no null buffer, e.g., UnionArray.
Describe the bug
See #3276 (comment).
Currently we load the buffer at index 0 of
buffers
fields from FFI ArrowArray struct. However, it could load wrong buffer as null buffer for the types where is no null buffer, e.g., UnionArray.To Reproduce
Expected behavior
Additional context
C++ Arrow exporter: https://github.com/apache/arrow/blob/26a426f325256e260a15521d5097efffd2f1ceb1/cpp/src/arrow/c/bridge.cc#L556C14-L566
The text was updated successfully, but these errors were encountered: