ulysses-you commented on issue #26946: [SPARK-30036][SQL] Fix: REPARTITION hint does not work with order by URL: https://github.com/apache/spark/pull/26946#issuecomment-570779371 > This PR only affects sort. Yes it is. But it is similar with outer join. `df.join(df.repartition(10), Seq("id"), "left")` result the 200 partitions, and now `df.repartition(10).sort("id")` result the 10 partitions. Should they be same ?
---------------------------------------------------------------- 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]
