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-570779726
 
 
   > df.sort("id").repartition(10) returns wrong result. Global sort result 
would be repartitioned with disordered.
   
   Sorry for the wrong example. I mean user should use the right way to change 
partition. Obviously `df.repartition(10).sort("id")` should return the spark 
sql shuffle partitions.

----------------------------------------------------------------
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]

Reply via email to