File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,11 @@ object MimaExcludes {
3636
3737 // Exclude rules for 2.4.x
3838 lazy val v24excludes = v23excludes ++ Seq (
39+ // [SPARK-23528] Add numIter to ClusteringSummary
40+ ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.ml.clustering.ClusteringSummary.this" ),
41+ ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.ml.clustering.KMeansSummary.this" ),
42+ ProblemFilters .exclude[DirectMissingMethodProblem ](" org.apache.spark.ml.clustering.BisectingKMeansSummary.this" ),
43+
3944 // [SPARK-20659] Remove StorageStatus, or make it private
4045 ProblemFilters .exclude[ReversedMissingMethodProblem ](" org.apache.spark.SparkExecutorInfo.totalOffHeapStorageMemory" ),
4146 ProblemFilters .exclude[ReversedMissingMethodProblem ](" org.apache.spark.SparkExecutorInfo.usedOffHeapStorageMemory" ),
You can’t perform that action at this time.
0 commit comments