[GitHub] spark pull request: [Spark-5201] deal with int overflow in the Par...

2015-01-11 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/4002#issuecomment-69537544 Can one of the admins verify this patch? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your pro

[GitHub] spark pull request: [Spark-5201] deal with int overflow in the Par...

2015-01-11 Thread advancedxy
GitHub user advancedxy opened a pull request: https://github.com/apache/spark/pull/4002 [Spark-5201] deal with int overflow in the ParallelCollectionRDD.slice method There is an int overflow in the ParallelCollectionRDD.slice method. That's originally reported by SaintBacchus.