GitHub user huaxingao opened a pull request: https://github.com/apache/spark/pull/22793
[SPARK-25793][ML]Call SaveLoadV2_0.load for classNameV2_0 ## What changes were proposed in this pull request? The wrong version of load is called in BisectingKMeansModel.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 spark25793 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/22793.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 #22793 ---- ---- --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org