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

   @alamb Thanks for the tag. Though I can't gauge the benefits of arrow2 v 
arrow-rs, I agree to the notion that the change should happen incrementally to 
reduce the impact for downstream of both projects. 
   
   Removing `ArrayData` is a huge change for `arrow-rs`. Also, my impression is 
that `ArrayData` allowed to slice arrays to different logical views on same 
underlying physical data. So it is possible to have many logical arrays built 
on top of one physical array. By removing `ArrayData` we might increase memory 
footprint if users want different logical view of same physical data.
   
   I, as usual, continue to pick up issues based on my availability.


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