andygrove commented on PR #1440: URL: https://github.com/apache/datafusion-comet/pull/1440#issuecomment-2689076285
> > Thanks @andygrove does that mean we got a single shuffle file per partition or single file per executor? > > Just to clarify: when you say shuffle file do you mean the final output or the spill file? My understanding is the final output is a single shuffle file and a single index file (the index provides partition offsets in the shuffle file) per executor. That's correct. There is no change to the shuffle data and index files, just fewer spill files. -- 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