Github user squito commented on the pull request:
https://github.com/apache/spark/pull/10107#issuecomment-161449989
hmm, that seems strange that the mima checks passed when run locally. If
you click through to the build results, you'll see this failure:
```
[error] * method
this(org.apache.spark.status.api.v1.StageStatus,Int,Int,Int,Int,Int,Long,Long,Long,Long,Long,Long,Long,Long,Long,Long,Long,java.lang.String,java.lang.String,java.lang.String,scala.collection.Seq,scala.Option,scala.Option)Unit
in class org.apache.spark.status.api.v1.StageData does not have a
correspondent in new version
[error] filter with:
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.status.api.v1.StageData.this")
```
which is a false positive (that constructor is marked `private[spark]`, so
its ok for us to change it), so you can add the given `ProblemFilters` line to
`project/MimaExcludes.scala`
---
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]