git commit: [SPARK-3032][Shuffle] Fix key comparison integer overflow introduced sorting exception

2014-09-29 Thread matei
Repository: spark Updated Branches: refs/heads/branch-1.1 7d88471e8 -> df5a62f51 [SPARK-3032][Shuffle] Fix key comparison integer overflow introduced sorting exception Previous key comparison in `ExternalSorter` will get wrong sorting result or exception when key comparison overflows, detail

git commit: [SPARK-3032][Shuffle] Fix key comparison integer overflow introduced sorting exception

2014-09-29 Thread matei
Repository: spark Updated Branches: refs/heads/master 587a0cd7e -> dab1b0ae2 [SPARK-3032][Shuffle] Fix key comparison integer overflow introduced sorting exception Previous key comparison in `ExternalSorter` will get wrong sorting result or exception when key comparison overflows, details ca