Skip to content

Commit 9acb9c9

Browse files
author
DB Tsai
committed
missing comma in mima
1 parent 7f51d9b commit 9acb9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/MimaExcludes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ object MimaExcludes {
7373
ProblemFilters.exclude[MissingMethodProblem](
7474
"org.apache.spark.ml.classification.LogisticAggregator.add"),
7575
ProblemFilters.exclude[MissingMethodProblem](
76-
"org.apache.spark.ml.classification.LogisticAggregator.count")
76+
"org.apache.spark.ml.classification.LogisticAggregator.count"),
7777
// SQL execution is considered private.
7878
excludePackage("org.apache.spark.sql.execution"),
7979
// The old JSON RDD is removed in favor of streaming Jackson

0 commit comments

Comments
 (0)