ulysses-you commented on PR #37330: URL: https://github.com/apache/spark/pull/37330#issuecomment-1837693411
hi @maytasm , `Sort global` is semantics equal to `Sort local + RepartitionByExpression`. For your case, if there is only single value on the sort column, then Sort global would also introduce a range partitioning shuffle and make a single partition task at the end. Can you show a real case if you find any behavior change ? -- 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]
