alamb opened a new pull request, #9156:
URL: https://github.com/apache/arrow-rs/pull/9156

   # Which issue does this PR close?
   
   - part of https://github.com/apache/arrow-rs/issues/9061
   - follow on https://github.com/apache/arrow-rs/pull/9114
   
   
   # Rationale for this change
   
   @scovich noted in  
https://github.com/apache/arrow-rs/pull/9114#discussion_r2683051311 that 
calling `Vec::remove` does an extra copy and that `Vec::from` doesn't actually 
reuse the allocation the way I thought it did
   
   
   # What changes are included in this PR?
   
   Build the Arc for buffers directly
   
   # Are these changes tested?
   
   BY existing tests
   
   # Are there any user-facing changes?
   
   <!--
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   
   If there are any breaking changes to public APIs, please call them out.
   -->
   


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