Skip to content

Commit 7f51d9b

Browse files
author
DB Tsai
committed
well, mima is still taking 1.5
1 parent ad558e2 commit 7f51d9b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

project/MimaExcludes.scala

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ object MimaExcludes {
7070
"org.apache.spark.ml.regression.LeastSquaresCostFun.this"),
7171
ProblemFilters.exclude[MissingMethodProblem](
7272
"org.apache.spark.ml.classification.LogisticCostFun.this"),
73-
// SQL execution is considered private.
73+
ProblemFilters.exclude[MissingMethodProblem](
74+
"org.apache.spark.ml.classification.LogisticAggregator.add"),
75+
ProblemFilters.exclude[MissingMethodProblem](
76+
"org.apache.spark.ml.classification.LogisticAggregator.count")
77+
// SQL execution is considered private.
7478
excludePackage("org.apache.spark.sql.execution"),
7579
// The old JSON RDD is removed in favor of streaming Jackson
7680
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.json.JsonRDD$"),

0 commit comments

Comments
 (0)