GitHub user ScrapCodes opened a pull request:

    https://github.com/apache/spark/pull/1021

    [wip] SPARK-2070 Ignore methods along with annotated classes.

    Still a WIP, 
    Since there is one problem that what if a method private[spark] in 1.0 gets 
removed in 1.1-snap.
    
    To solve this I think we can also place 1.0 assembly jar on the class path 
for calling GenerateMimaIgnore. 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ScrapCodes/spark-1 
SPARK-2070/package-private-methods

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/1021.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1021
    
----
commit 0c4ff2b85d982ab59a8b4c2a4af19c2a5d006d12
Author: Prashant Sharma <[email protected]>
Date:   2014-06-09T10:44:07Z

    SPARK-2070 Ignore methods along with annotated classes.

----


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

Reply via email to