Rich-T-kid opened a new issue, #10394:
URL: https://github.com/apache/arrow-rs/issues/10394

   > it seems we ran into the same issue in #10125, mis-aligned buffers were 
causing issues in arrow-ipc. #10273 resolved these issues. Im not sure if 
replacing `MutableBuffer` for `Vec<T>` can work here unless we had a way to 
check that vectors underlying allocation was aligned.
   
   I think we should add some new tests to explicitly cover this case, if 
possible
   
   _Originally posted by @alamb in 
https://github.com/apache/arrow-rs/issues/9778#issuecomment-5023436356_
   
   
   Create more test that create mis-aligned buffers and validate that arrow-rs 
returns an error as early as possible
               


-- 
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]

Reply via email to