mbutrovich commented on issue #22526: URL: https://github.com/apache/datafusion/issues/22526#issuecomment-4680628534
Comet has hit this issue as well at the shuffle layer now that we don't deep copy there anymore (basically performing GC). My temporary solution is to dedupe the backing buffers as batches start accumulating at the shuffle writer. https://github.com/apache/datafusion-comet/pull/4572/changes/b4cb826b858053c7ca4a2e35c05c06a62d16b0db -- 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]
