Github user JoshRosen commented on a diff in the pull request:
https://github.com/apache/spark/pull/8825#discussion_r39900619
--- Diff: project/MimaExcludes.scala ---
@@ -70,6 +70,13 @@ object MimaExcludes {
"org.apache.spark.scheduler.AskPermissionToCommitOutput.this"),
ProblemFilters.exclude[IncompatibleMethTypeProblem](
"org.apache.spark.scheduler.AskPermissionToCommitOutput.apply")
+ ) ++ Seq(
+ // SPARK-10704: Switched ShuffleManager from a trait to an
abstract class.
--- End diff --
This will break client code which called these APIs directly, but these
were clearly labeled as `private[spark]` and shouldn't have been used in this
way.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]