GitHub user huaxingao opened a pull request:

    https://github.com/apache/spark/pull/22790

    [SPARK-25793][ML]call SaveLoadV2_0.load for classNameV2_0

    ## What changes were proposed in this pull request?
    The following code in BisectingKMeansModel.load calls the wrong version of 
load.
    ```
          case (SaveLoadV2_0.thisClassName, SaveLoadV2_0.thisFormatVersion) =>
            val model = SaveLoadV1_0.load(sc, path)
    ```
    
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/huaxingao/spark spark-25793

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/22790.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #22790
    
----

----


---

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

Reply via email to