alamb commented on issue #10392:
URL: https://github.com/apache/arrow-rs/issues/10392#issuecomment-5208988631

   > I would like to be able to have an option to disable reading Arrow IPC in 
flat buffer, so each column/null buffer/offsets/whatever in the batch is 
different allocation that can be free'd independently
   
   If we can figure out how to read the arrow buffers into their own 
allocations that does seem like a better way to go
   
   However, if we have to read the data and then read it again in the IPC 
reader into multiple buffers, that seems like it would be slower (as it always 
forces a copy)


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