Github user srowen commented on the pull request:
https://github.com/apache/spark/pull/5344#issuecomment-89234547
It's helpful to post the error here:
```
[error] * method toString(Int,Int)java.lang.String in trait
org.apache.spark.mllib.linalg.Matrix does not have a correspondent in old
version
[error] filter with:
ProblemFilters.exclude[MissingMethodProblem]("org.apache.spark.mllib.linalg.Matrix.toString")
java.lang.RuntimeException: spark-mllib: Binary compatibility check failed!
```
You've added a method to a trait, which is an incompatibility in general.
However this is a sealed trait, so think it can be excluded. Still, I'd wait to
see if a maintainer thinks it's worth adding this API method; I'm neutral.
---
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]