Github user mateiz commented on the pull request:
https://github.com/apache/spark/pull/1210#issuecomment-49385778
@scrapcodes @pwendell there's a MIMA error on this that seems spurious: it
complains that `synthetic method
org$apache$spark$rdd$OrderedRDDFunctions$$ordering()scala.math.Ordering in
class org.apache.spark.rdd.OrderedRDDFunctions does not have a correspondent in
new version`. I think this is because we used the private val ordering in a
closure in the old code, and don't use it in one now. Is that right? How can we
add it to the MIMA excludes?
---
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.
---