Github user JoshRosen commented on the pull request:
https://github.com/apache/spark/pull/4708#issuecomment-75492348
Hmm, it looks like MiMa is complaining about the `Stage` class becoming
abstract even though it's `private[spark]`:
```
[info] spark-core: found 1 potential binary incompatibilities (filtered 352)
[error] * class org.apache.spark.scheduler.Stage was concrete; is declared
abstract in new version
[error] filter with:
ProblemFilters.exclude[AbstractClassProblem]("org.apache.spark.scheduler.Stage")
```
We can fix this by adding an exclude. When you do this, make sure to add a
comment referencing this JIRA so we know why it was introduced.
---
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]