File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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$" ),
You can’t perform that action at this time.
0 commit comments