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

    https://github.com/apache/spark/pull/9315#discussion_r44469188
  
    --- Diff: 
streaming/src/main/scala/org/apache/spark/streaming/dstream/ForEachDStream.scala
 ---
    @@ -22,10 +22,19 @@ import org.apache.spark.streaming.{Duration, Time}
     import org.apache.spark.streaming.scheduler.Job
     import scala.reflect.ClassTag
     
    +/**
    + * An internal DStream used to represent output operations like 
DStream.foreachRDD.
    + * @param parent        Parent DStream
    + * @param foreachFunc   Function to apply on each RDD generated by the 
parent DStream
    + * @param displayInnerRDDOps Whether the detailed callsites and scopes of 
the RDDs generated
    + *                           by `foreachFunc` will be displayed in the UI; 
only the scope and
    + *                           callsite `DStream.foreach` will be displayed.
    --- End diff --
    
    only the scope and call site *of * `DStream.foreach` ...


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to