Skip to content

Commit f53436a

Browse files
author
DB Tsai
committed
remove 1.5 mima
1 parent e792b6a commit f53436a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

project/MimaExcludes.scala

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,7 @@ object MimaExcludes {
8181
"org.apache.spark.ml.regression.LeastSquaresCostFun.this"),
8282
ProblemFilters.exclude[MissingMethodProblem](
8383
"org.apache.spark.ml.classification.LogisticCostFun.this"),
84-
ProblemFilters.exclude[MissingMethodProblem](
85-
"org.apache.spark.ml.classification.LogisticAggregator.add"),
86-
ProblemFilters.exclude[MissingMethodProblem](
87-
"org.apache.spark.ml.classification.LogisticAggregator.count"),
88-
// SQL execution is considered private.
84+
// SQL execution is considered private.
8985
excludePackage("org.apache.spark.sql.execution"),
9086
// The old JSON RDD is removed in favor of streaming Jackson
9187
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.json.JsonRDD$"),

0 commit comments

Comments
 (0)