jerryshao commented on pull request #28525: URL: https://github.com/apache/spark/pull/28525#issuecomment-631447747
The current implementation uses shuffle index file to store partition digests. I think this: 1) couples two things together, and hard to evolve; 2) makes the logic unintuitive. I would suggest to separate index file from crc file, use a new file to store shuffle digests. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
