peter-toth commented on PR #58311: URL: https://github.com/apache/spark/pull/58311#issuecomment-5430056914
One note for backports: this should not go further back than `branch-4.3`. On `branch-4.2` `createShuffleSpec` still declares the keys in first-occurrence order (SPARK-58988 was not backported there), and the sort this PR removes is what currently masks that -- dropping it would introduce wrong results on a branch that has none today. -- 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]
