mbutrovich commented on code in PR #10030:
URL: https://github.com/apache/arrow-rs/pull/10030#discussion_r3318278322
##########
arrow-array/src/ffi.rs:
##########
@@ -299,7 +305,9 @@ pub unsafe fn from_ffi_and_data_type(
data_type,
owner: &array,
};
- tmp.consume()
+ let mut data = tmp.consume()?;
+ data.align_buffers();
Review Comment:
Added, thanks @andygrove!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]