notfilippo opened a new issue, #18926: URL: https://github.com/apache/datafusion/issues/18926
### Is your feature request related to a problem or challenge? Related to #16841. The ability to correctly account for memory usage of arrow buffers in execution nodes is crucial to maximise resource usage while preventing OOMs. ### Describe the solution you'd like Implement the [arrow_buffer::MemoryPool](https://arrow.apache.org/rust/arrow_buffer/trait.MemoryPool.html) trait for DataFusion's MemoryPool to make Arrow arrays claimable. ### Describe alternatives you've considered See the discussion at #16841 ### Additional context _No response_ -- 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]
