tustvold commented on issue #1176:
URL: https://github.com/apache/arrow-rs/issues/1176#issuecomment-1441949667

   For those following along
   
   - https://github.com/apache/arrow-rs/pull/3743 migrates the arrow-rs arrays 
to use typed buffer abstractions as a precursor to migrating them to use 
strongly typed ArrayData
   - https://github.com/apache/arrow-rs/pull/3749 starts adding strongly typed 
ArrayData abstractions
   - https://github.com/apache/arrow-rs/pull/3756 adds zero-copy conversion 
between Vec and Buffer
   
   Together these work towards allowing us to slowly deprecate and remove the 
untyped `MutableBuffer` and `Buffer`, in favor of arrow2-style `Vec` and 
`ScalarBuffer` respectively. If people have any spare cycles any feedback on 
these PRs and/or the general approach would be much appreciated. 


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