We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92288f7 commit 1e1d1e5Copy full SHA for 1e1d1e5
graphx/src/main/scala/org/apache/spark/graphx/impl/VertexPartitionBaseOps.scala
@@ -90,7 +90,7 @@ private[graphx] abstract class VertexPartitionBaseOps
90
91
/**
92
* Hides vertices that are the same between this and other. For vertices that are different, keeps
93
- * the values from `other`.
+ * the values from `other`. The indices of `this` and `other` must be the same.
94
*/
95
def diff(other: Self[VD]): Self[VD] = {
96
if (self.index != other.index) {
0 commit comments