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

   # Which issue does this PR close?
   
   Didn't open an issue, let me know if you still need it for the changelog
   
   # Rationale for this change
   
   It's possible to run into ownership difficulties if you want to iterate over 
a mutable buffers typed data because it only offers a mutable slice which 
forces exclusive ownership. Provide an immutable slice that can be used as a 
shared reference.
   
   # What changes are included in this PR?
   
   Simple copy-pasta of `Buffer::typed_data` into `MutableBuffer` and updates 
to docstrings to match.
   
   # Are there any user-facing changes?
   
   New method in `MutableBuffer`. Not a breaking change.


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