Skip to content

Commit cbec946

Browse files
authored
update pr desc
1 parent e3bc962 commit cbec946

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
@@ -48,7 +48,7 @@ object MimaExcludes {
4848
// [SPARK-19148][SQL] do not expose the external table concept in Catalog
4949
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.catalog.Catalog.createTable"),
5050

51-
// [SPARK-14272][ML] Evaluate GaussianMixtureModel with LogLikelihood.
51+
// [SPARK-14272][ML] Add logLikelihood in GaussianMixtureSummary
5252
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.ml.clustering.GaussianMixtureSummary.this")
5353
)
5454

0 commit comments

Comments
 (0)