Skip to content

Commit 1e1d1e5

Browse files
author
Brennon York
committed
reverted internal diff docs
1 parent 92288f7 commit 1e1d1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphx/src/main/scala/org/apache/spark/graphx/impl/VertexPartitionBaseOps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ private[graphx] abstract class VertexPartitionBaseOps
9090

9191
/**
9292
* Hides vertices that are the same between this and other. For vertices that are different, keeps
93-
* the values from `other`.
93+
* the values from `other`. The indices of `this` and `other` must be the same.
9494
*/
9595
def diff(other: Self[VD]): Self[VD] = {
9696
if (self.index != other.index) {

0 commit comments

Comments
 (0)