cloud-fan commented on issue #25491: [SPARK-28699][SQL] Disable using radix 
sort for ShuffleExchangeExec in repartition case
URL: https://github.com/apache/spark/pull/25491#issuecomment-551348716
 
 
   "radix sort" means we can sort by prefix (in this case hash code) directly. 
We must disable it here because same hash code doesn't mean same value.
   
   I'm not sure why it's still non-deterministic in your workload, if hash code 
collides, spark would compare the row.

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