Github user nezihyigitbasi commented on the pull request:
https://github.com/apache/spark/pull/11865#issuecomment-211703836
Mima tests failing, I guess we can exclude them all. What do you think?
```Scala
[info] spark-core: found 3 potential binary incompatibilities while
checking against org.apache.spark:spark-core_2.11:1.6.0 (filtered 1299)
[error] * method
coalesce(Int,Boolean,scala.math.Ordering)org.apache.spark.rdd.RDD in class
org.apache.spark.rdd.RDD does not have a correspondent in current version
[error] filter with:
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.rdd.RDD.coalesce")
[error] * class org.apache.spark.rdd.PartitionCoalescer#LocationIterator
does not have a correspondent in current version
[error] filter with:
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.rdd.PartitionCoalescer$LocationIterator")
[error] * declaration of class org.apache.spark.rdd.PartitionCoalescer is
interface org.apache.spark.rdd.PartitionCoalescer in current version; changing
class to interface breaks client code
[error] filter with:
ProblemFilters.exclude[IncompatibleTemplateDefProblem]("org.apache.spark.rdd.PartitionCoalescer")
```
---
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]