andygrove commented on code in PR #1440: URL: https://github.com/apache/datafusion-comet/pull/1440#discussion_r1974193468
########## native/core/src/execution/shuffle/shuffle_writer.rs: ########## @@ -1063,19 +1041,158 @@ mod test { #[test] #[cfg_attr(miri, ignore)] // miri can't call foreign function `ZSTD_createCCtx` - #[cfg(not(target_os = "macos"))] // Github MacOS runner fails with "Too many open files". Review Comment: This test was previously failing because it created too many spill files. It now passes. -- 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