Skip to content
Snippets Groups Projects
Commit 2d4f6e70 authored by Reynold Xin's avatar Reynold Xin
Browse files

Minor nit style cleanup in GraphX.

parent 3ae0cda8
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ abstract class VertexRDD[VD](
* Provides the `RDD[(VertexId, VD)]` equivalent output.
*/
override def compute(part: Partition, context: TaskContext): Iterator[(VertexId, VD)] = {
firstParent[ShippableVertexPartition[VD]].iterator(part, context).next.iterator
firstParent[ShippableVertexPartition[VD]].iterator(part, context).next().iterator
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment