Skip to content

Commit a3d02ce

Browse files
committed
added mima exclude
1 parent 2a95b5c commit a3d02ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

project/MimaExcludes.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,9 @@ object MimaExcludes {
784784
// SPARK-17096: Improve exception string reported through the StreamingQueryListener
785785
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.sql.streaming.StreamingQueryListener#QueryTerminated.stackTrace"),
786786
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.sql.streaming.StreamingQueryListener#QueryTerminated.this")
787+
) ++ Seq(
788+
// SPARK-16240: ML persistence backward compatibility for LDA
789+
ProblemFilters.exclude[MissingTypesProblem]("org.apache.spark.ml.clustering.LDA$")
787790
)
788791
}
789792

0 commit comments

Comments
 (0)