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

    https://github.com/apache/spark/pull/2734#discussion_r18656871
  
    --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala ---
    @@ -444,20 +447,20 @@ class SparkContext(config: SparkConf) extends Logging 
{
       // Methods for creating RDDs
     
       /** Distribute a local Scala collection to form an RDD.
    -   *
    -   * @note Parallelize acts lazily. If `seq` is a mutable collection and is
    -   * altered after the call to parallelize and before the first action on 
the
    -   * RDD, the resultant RDD will reflect the modified collection. Pass a 
copy of
    -   * the argument to avoid this.
    -   */
    +    *
    --- End diff --
    
    This is incorrect indentation. It was correct before.


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