File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,11 @@ object MimaExcludes {
70
70
" org.apache.spark.ml.regression.LeastSquaresCostFun.this" ),
71
71
ProblemFilters .exclude[MissingMethodProblem ](
72
72
" 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.
74
78
excludePackage(" org.apache.spark.sql.execution" ),
75
79
// The old JSON RDD is removed in favor of streaming Jackson
76
80
ProblemFilters .exclude[MissingClassProblem ](" org.apache.spark.sql.json.JsonRDD$" ),
You can’t perform that action at this time.
0 commit comments