You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-23207][SQL][FOLLOW-UP] Don't perform local sort for DataFrame.repartition(1)
In `ShuffleExchangeExec`, we don't need to insert extra local sort before round-robin partitioning, if the new partitioning has only 1 partition, because under that case all output rows go to the same partition.
The existing test cases.
Author: Xingbo Jiang <[email protected]>
Closes#20426 from jiangxb1987/repartition1.
0 commit comments