Skip to content

Commit 68f72fa

Browse files
committed
add mima exclueds
1 parent fe2c424 commit 68f72fa

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
@@ -44,6 +44,9 @@ object MimaExcludes {
4444

4545
// [SPARK-18537] Add a REST api to spark streaming
4646
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.streaming.scheduler.StreamingListener.onStreamingStarted")
47+
48+
// [SPARK-14272][ML] Evaluate GaussianMixtureModel with LogLikelihood
49+
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.ml.clustering.GaussianMixtureSummary.this")
4750
)
4851

4952
// Exclude rules for 2.1.x

0 commit comments

Comments
 (0)