wankunde opened a new pull request, #12089: URL: https://github.com/apache/gluten/pull/12089
## What changes are proposed in this pull request? In `doSplit()` method, VeloxHashShuffleWriter will reclaim memory when the memory is full, but `evictPartitionBuffersMinSize()` method will be skipped due to `splitState_ == kInit` condition. Although there are some large shuffle partition buffers, we can not evict them. So we can evict some large shuffle partition buffers earlier after split a input rowVector to free up more execution memory. ## How was this patch tested? ## Was this patch authored or co-authored using generative AI tooling? NO -- 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]
