You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "askoa (via GitHub)" <gi...@apache.org> on 2023/02/15 15:57:37 UTC

[GitHub] [arrow-rs] askoa commented on issue #1176: Discussion: relationship / unification of arrow-rs and arrow2 going forward

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org