avantgardnerio commented on PR #22721: URL: https://github.com/apache/datafusion/pull/22721#issuecomment-4608022340
CI surfaced exactly the failure this PR is meant to expose: `nested_loop_join_spill.slt:33`, allocator overdraft of -20245 bytes (peak ~770KB against a 150KB pool × 5× headroom = 750KB budget). Filed #22723 to track the underlying `NestedLoopJoinExec` spill-path untracked allocation. This PR stays open as the test-side witness — once #22723 lands the SLT goes green here. -- 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]
