2010YOUY01 commented on code in PR #14823: URL: https://github.com/apache/datafusion/pull/14823#discussion_r1971059228
########## datafusion/physical-plan/src/sorts/sort.rs: ########## @@ -1425,7 +1478,7 @@ mod tests { // Processing 840 KB of data using 400 KB of memory requires at least 2 spills // It will spill roughly 18000 rows and 800 KBytes. // We leave a little wiggle room for the actual numbers. - assert!((2..=10).contains(&spill_count)); + assert!((12..=18).contains(&spill_count)); Review Comment: updated in [92ca3b0](https://github.com/apache/datafusion/pull/14823/commits/92ca3b00d99610bd96e4aeed115ae8fcf7cf11b3) -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org