ArrayData.align_buffers
should support Struct
data type / child data
#6461
Labels
ArrayData.align_buffers
should support Struct
data type / child data
#6461
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Method
ArrayData.align_buffers
ensures that data in the array buffers are aligned. This is needed if data come from IPC or FFI. In case ofDataType::Struct
, mis-aligned buffers are currently not aligned by this method, because it only alignsself.buffers
, not buffers ofself.child_data
.Describe the solution you'd like
Make
ArrayData.align_buffers
align buffers of child data recursively.The text was updated successfully, but these errors were encountered: