Github user pwendell commented on the pull request:

    https://github.com/apache/spark/pull/2530#issuecomment-62680914
  
    I took a look and I think MIMA might be reporting a semi-legitimate issue - 
though this is a tricky situation. I think the issue is - if someone extended 
the earlier version of EdgeRDD, their class would have inherited the concrete 
`getPartitions` call that was present in the earlier version. Now `EdgeRDD` 
doesn't have this  `getPartitions` function (it has been moved to the concrete 
version). I think in general it's fine because this is defined in the parent 
RDD class, but maybe MIMA doesn't check whether the function is defined further 
up in the inheritance chain.
    
    In terms of compatiblity for callers, this is a protected method so it 
really doesn't matter.
    
    I'd go ahead and just add ignores for this and be done with it. Fixing this 
in MIMA might be diffiuclt


---
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]

Reply via email to