GitHub user pwendell opened a pull request:

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

    Better explanation for how to use MIMA excludes.

    This patch does a few things:
    1. We have a file MimaExcludes.scala exclusively for excludes.
    2. The test runner tells users about that file if a test fails.
    3. I've added back the excludes used from 0.9->1.0. We should keep
       these in the project as an official audit trail of times where
       we decided to make exceptions.

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

    $ git pull https://github.com/pwendell/spark mima

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

    https://github.com/apache/spark/pull/937.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 #937
    
----
commit 7bce1ea62dca1abe8777e8a7080c65daa735562b
Author: Patrick Wendell <[email protected]>
Date:   2014-06-01T18:32:56Z

    Better explanation for how to use MIMA excludes.
    
    This patch does a few things:
    1. We have a file MimaExcludes.scala exclusively for excludes.
    2. The test runner tells users about that file if a test fails.
    3. I've added back the excludes used from 0.9->1.0. We should keep
       these in the project as an official audit trail of times where
       we decided to make exceptions.

----


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