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

    https://github.com/apache/spark/pull/7448#discussion_r34828801
  
    --- Diff: core/src/main/scala/org/apache/spark/Accumulators.scala ---
    @@ -42,22 +43,37 @@ import org.apache.spark.util.Utils
      * @tparam R the full accumulated data (result type)
      * @tparam T partial data that can be added in
      */
    -class Accumulable[R, T] (
    +class Accumulable[R, T] private[spark] (
         @transient initialValue: R,
         param: AccumulableParam[R, T],
    -    val name: Option[String])
    +    val name: Option[String],
    +    internal: Boolean)
    --- End diff --
    
    add internal to the scaladoc param to explain what it is


---
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