We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f51d9b commit 9acb9c9Copy full SHA for 9acb9c9
project/MimaExcludes.scala
@@ -73,7 +73,7 @@ object MimaExcludes {
73
ProblemFilters.exclude[MissingMethodProblem](
74
"org.apache.spark.ml.classification.LogisticAggregator.add"),
75
76
- "org.apache.spark.ml.classification.LogisticAggregator.count")
+ "org.apache.spark.ml.classification.LogisticAggregator.count"),
77
// SQL execution is considered private.
78
excludePackage("org.apache.spark.sql.execution"),
79
// The old JSON RDD is removed in favor of streaming Jackson
0 commit comments