[GitHub] spark pull request #22225: [SPARK-25234][SPARKR] avoid integer overflow in p...

2018-08-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/5 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #22225: [SPARK-25234][SPARKR] avoid integer overflow in p...

2018-08-24 Thread mengxr
GitHub user mengxr opened a pull request: https://github.com/apache/spark/pull/5 [SPARK-25234][SPARKR] avoid integer overflow in parallelize ## What changes were proposed in this pull request? `parallelize` uses integer multiplication to determine the split indices. It