glatinone opened a new pull request, #23932: URL: https://github.com/apache/datafusion/pull/23932
Introduce OperatorMemoryGuard to wrap per-operator batch allocations with the existing MemoryPool, surfacing DataFusionError::ResourcesExhausted instead of panicking when limits are hit. Adds module export and tests scaffold. Non-invasive integration hooks for hash-join and sort are provided as examples; full wiring remains backward-compatible and no-op when unconstrained. Co-authored-by: Copilot <[email protected]> -- 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]
