Github user andrewor14 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9428#discussion_r44321584
  
    --- Diff: 
core/src/main/scala/org/apache/spark/rdd/ReliableRDDCheckpointData.scala ---
    @@ -51,6 +65,27 @@ private[spark] class ReliableRDDCheckpointData[T: 
ClassTag](@transient private v
       }
     
       /**
    +   * Return an Iterator that will checkpoint the data when consuming the 
original Iterator if
    +   * this RDD has not yet been checkpointed. Otherwise, just return the 
original Iterator.
    +   *
    +   * Note: this is called in executor.
    +   */
    +  def getCheckpointIterator(
    +      rdd: RDD[T], values: Iterator[T], context: TaskContext, 
partitionIndex: Int): Iterator[T] = {
    --- End diff --
    
    should put these in separate lines


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to