ulysses-you edited a comment on issue #26946: [SPARK-30036][SQL] Fix: REPARTITION hint does not work with order by URL: https://github.com/apache/spark/pull/26946#issuecomment-571070694 I see you want to make a way that change partition easily after sort. Only one thing I not sure. If `df.repartition(10).sort("id")` result the 10 partitions, user will think `df.repartition(10).(what need shuffle operator)` result 10 partitions too but actually not. It's a special handle for sort. I don not know how committer think about it, or it's just fine.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
