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 250810e commit b680148Copy full SHA for b680148
graphx/src/main/scala/org/apache/spark/graphx/impl/VertexRDDImpl.scala
@@ -76,7 +76,7 @@ class VertexRDDImpl[VD] private[graphx] (
76
}
77
78
override def isCheckpointed: Boolean = {
79
- firstParent.isCheckpointed
+ firstParent[ShippableVertexPartition[VD]].isCheckpointed
80
81
82
override def getCheckpointFile: Option[String] = {
0 commit comments