Skip to content

Commit

Permalink
added class tag to firstParent call in VertexRDDImpl.isCheckpointed, …
Browse files Browse the repository at this point in the history
…though not needed to compile
  • Loading branch information
jkbradley committed Feb 2, 2015
1 parent 250810e commit b680148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class VertexRDDImpl[VD] private[graphx] (
}

override def isCheckpointed: Boolean = {
firstParent.isCheckpointed
firstParent[ShippableVertexPartition[VD]].isCheckpointed
}

override def getCheckpointFile: Option[String] = {
Expand Down

0 comments on commit b680148

Please sign in to comment.