git commit: [SPARK-3190] Avoid overflow in VertexRDD.count()

2014-08-28 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 39012452d - 96df92906 [SPARK-3190] Avoid overflow in VertexRDD.count() VertexRDDs with more than 4 billion elements are counted incorrectly due to integer overflow when summing partition sizes. This PR fixes the issue by converting

git commit: [SPARK-3190] Avoid overflow in VertexRDD.count()

2014-08-28 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-1.0 31de05b08 - 5481196ab [SPARK-3190] Avoid overflow in VertexRDD.count() VertexRDDs with more than 4 billion elements are counted incorrectly due to integer overflow when summing partition sizes. This PR fixes the issue by converting