-
- Downloads
SPARK-5984: Fix TimSort bug causes ArrayOutOfBoundsException
Fix TimSort bug which causes a ArrayOutOfBoundsException. Using the proposed fix here http://envisage-project.eu/proving-android-java-and-python-sorting-algorithm-is-broken-and-how-to-fix-it/ Author: Evan Yu <ehotou@gmail.com> Closes #4804 from hotou/SPARK-5984 and squashes the following commits: 3421b6c [Evan Yu] SPARK-5984: Add info to LICENSE e61c6b8 [Evan Yu] SPARK-5984: Fix license and document 6ccc280 [Evan Yu] SPARK-5984: Add License header to file e06c0d2 [Evan Yu] SPARK-5984: Add License header to file 4d95f75 [Evan Yu] SPARK-5984: Fix TimSort bug causes ArrayOutOfBoundsException 479a106 [Evan Yu] SPARK-5984: Fix TimSort bug causes ArrayOutOfBoundsException
Showing
- LICENSE 16 additions, 0 deletionsLICENSE
- core/src/main/java/org/apache/spark/util/collection/TimSort.java 4 additions, 5 deletions...c/main/java/org/apache/spark/util/collection/TimSort.java
- core/src/test/java/org/apache/spark/util/collection/TestTimSort.java 134 additions, 0 deletions...st/java/org/apache/spark/util/collection/TestTimSort.java
- core/src/test/scala/org/apache/spark/util/collection/SorterSuite.scala 7 additions, 0 deletions.../scala/org/apache/spark/util/collection/SorterSuite.scala
Loading
Please register or sign in to comment