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

    https://github.com/apache/spark/pull/16013#discussion_r89744913
  
    --- Diff: mllib/src/main/scala/org/apache/spark/mllib/rdd/SlidingRDD.scala 
---
    @@ -42,8 +42,8 @@ class SlidingRDDPartition[T](val idx: Int, val prev: 
Partition, val tail: Seq[T]
      * @param windowSize the window size, must be greater than 1
      * @param step step size for windows
      *
    - * @see [[org.apache.spark.mllib.rdd.RDDFunctions.sliding(Int, Int)*]]
    - * @see [[scala.collection.IterableLike.sliding(Int, Int)*]]
    + * @see `org.apache.spark.mllib.rdd.RDDFunctions.sliding(Int, Int)*`
    --- End diff --
    
    Let me please leave as they are. I am worried of getting blamed in the 
future. I will keep in mind that I should leave a comment for this when someone 
tries to change something around this.


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