avantgardnerio commented on issue #22758:
URL: https://github.com/apache/datafusion/issues/22758#issuecomment-4680810057

   > we would need to swap out all arrow allocations and vecs with custom ones
   
   After a little thought, it makes sense. DataFusion is a library and global 
allocators are none of it's business. What we and arrow could do is track all 
our own memory, and I think the non-global allocator would be the Rust way. 
It's a shame they are only stable in linux.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to