gatorsmile commented on a change in pull request #26390: [SPARK-29399][core]
Remove old ExecutorPlugin interface.
URL: https://github.com/apache/spark/pull/26390#discussion_r383439241
##########
File path: project/MimaExcludes.scala
##########
@@ -36,8 +36,8 @@ object MimaExcludes {
// Exclude rules for 3.0.x
lazy val v30excludes = v24excludes ++ Seq(
- // [SPARK-28091[CORE] Extend Spark metrics system with user-defined
metrics using executor plugins
-
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.ExecutorPlugin.init"),
+ // [SPARK-29399][core] Remove old ExecutorPlugin interface.
+
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.ExecutorPlugin"),
Review comment:
Why this removal is not reported in MIMA? This API was added in Spark 2.4
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]