Skip to content

Commit d5c8af7

Browse files
committed
add MiMa excludes
1 parent e3a217c commit d5c8af7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

project/MimaExcludes.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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"),

0 commit comments

Comments
 (0)