JkSelf commented on issue #9737: URL: https://github.com/apache/incubator-gluten/issues/9737#issuecomment-2921266168
@FelixYBW Yes. The Parquet table writer currently passes the Arrow memory pool into Arrow::Writer, resulting in this memory not being tracked by the Velox memory manager. Since we have integrated the Arrow writer code into the Velox codebase, we can directly modify the memory allocation code path to utilize Velox buffers, following @duanmeng's approach. @zhztheplayer , do you have any suggestions on how we can effectively replace the Arrow memory pool with Velox memory management? Thanks. -- 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]
