LiaCastaneda commented on PR #19501:
URL: https://github.com/apache/datafusion/pull/19501#issuecomment-3702136469

   Yes, I completely agree with you. I created 
https://github.com/apache/arrow-rs/issues/8938 to raise this issue on the Arrow 
side. In most other Arrow implementations, they carry around a context object 
that contains the memory pool, so newly created arrays are immediately 
accounted for in the pool. In that case, DataFusion wouldn't have to do 
anything other than use the Arrow memory pool instead of the DataFusion pool. 
However, I'm aware this would require a considerable amount of effort on the 
Arrow side, and I'm not sure what the community there thinks of this idea.
   


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