avantgardnerio commented on PR #2106: URL: https://github.com/apache/datafusion-ballista/pull/2106#issuecomment-5026052626
To put this more simply: `N*M` has turned into `N*M/vcores` but only for Hash partitioning, and the denominator can be significant (we have up to 45 cores). But it doesn't apply to `SortShuffleWriter` and it would be interesting to see if we could make it apply, longer term. -- 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]
