Rich-T-kid commented on PR #9778:
URL: https://github.com/apache/arrow-rs/pull/9778#issuecomment-5016022977

   > @alamb: 
   > My only concern is that there may be alignment requirements that 
MutableBuffer satisfies but Vec does not and we just happened to catch this 
alignment problem with the integration tests.
   
   > I wonder if we maybe need to pass in the alignment requirements to 
next_buffer (e.g. instead of reading in Vec in this case we would read in 
Vec<i32>) 🤔
   
   I also share this concern, we are very fortunate to have existing 
intergration test to detect bugs like this.
   
   


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