mhilton commented on PR #12969: URL: https://github.com/apache/datafusion/pull/12969#issuecomment-2418862655
Unfortunately this doesn't address the actual problem with creating giant batches, which is they require a lot of memory and that memory isn't accounted for in any `MemoryPool`. Wiring a `MemoryReservation` into `BatchSplitter` would probably be enough to address this though. -- 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]
