Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add mima exclueds
  • Loading branch information
zhengruifeng committed Jan 16, 2017
commit 68f72fa84afbe9381bebbb620c0ceda7e48dd36e
3 changes: 3 additions & 0 deletions project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ object MimaExcludes {

// [SPARK-18537] Add a REST api to spark streaming
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.streaming.scheduler.StreamingListener.onStreamingStarted")

// [SPARK-14272][ML] Evaluate GaussianMixtureModel with LogLikelihood
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.ml.clustering.GaussianMixtureSummary.this")
)

// Exclude rules for 2.1.x
Expand Down