Skip to content

Commit e756ce4

Browse files
committed
solve mima exception
1 parent d74fd8f commit e756ce4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project/MimaExcludes.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ object MimaExcludes {
7272
// SPARK-6703 Add getOrCreate method to SparkContext
7373
ProblemFilters.exclude[IncompatibleResultTypeProblem]
7474
("org.apache.spark.SparkContext.org$apache$spark$SparkContext$$activeContext")
75+
)++ Seq(
76+
// SPARK-7090 Introduce LDAOptimizer to LDA to further improve extensibility
77+
ProblemFilters.exclude[MissingClassProblem](
78+
"org.apache.spark.mllib.clustering.LDA$EMOptimizer")
7579
)
7680

7781
case v if v.startsWith("1.3") =>

0 commit comments

Comments
 (0)