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

   > 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.
   
   This is perfectly possible in arrow2 as well. The logical types are stored 
by the `DataType` of the physical array. Memory footprint is only dictated by 
physical arrays.


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