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

    https://github.com/apache/spark/pull/23263#discussion_r240003869
  
    --- Diff: mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala ---
    @@ -132,7 +132,8 @@ class Pipeline @Since("1.4.0") (
        * @return fitted pipeline
        */
       @Since("2.0.0")
    -  override def fit(dataset: Dataset[_]): PipelineModel = {
    +  override def fit(dataset: Dataset[_]): PipelineModel = super.fit(dataset)
    --- End diff --
    
    Ah, it's there just only to keep the `@Since`. Looks some classes don't 
explicitly note that so I didn't call `super` in other places.


---

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

Reply via email to