You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/04/10 21:09:57 UTC

[GitHub] [spark] gatorsmile commented on a change in pull request #23856: [SPARK-26953][CORE][TEST] Test TimSort for ArrayIndexOutOfBoundsException

gatorsmile commented on a change in pull request #23856: [SPARK-26953][CORE][TEST] Test TimSort for ArrayIndexOutOfBoundsException
URL: https://github.com/apache/spark/pull/23856#discussion_r274161842
 
 

 ##########
 File path: core/src/test/scala/org/apache/spark/util/collection/SorterSuite.scala
 ##########
 @@ -74,6 +74,103 @@ class SorterSuite extends SparkFunSuite with Logging {
     (0 to data.length - 2).foreach(i => assert(data(i) <= data(i + 1)))
   }
 
+  test("java.lang.ArrayIndexOutOfBoundsException in TimSort") {
 
 Review comment:
   Could we revert this commit or improve the test time?
   
   ![Screen Shot 2019-04-10 at 2 09 13 PM](https://user-images.githubusercontent.com/11567269/55913793-50312500-5b9a-11e9-907b-b5acd8492697.png)
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org