peter-toth commented on issue #54378: URL: https://github.com/apache/spark/issues/54378#issuecomment-4015888852
I believe my refactor: https://github.com/apache/spark/pull/54330 fixes this issue implicitly as it properly tracks when a `KeyedPartitioning` is grouped, so we know when we need to regroup partitions to satisfy a `ClusteredDistribution`. But because this is a correctness bug we should fix it on 3.5, 4.0 and 4.1 branches as well. @naveenp2708, do you have a compact test case? If not then I can add it to my PR Monday. -- 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]
