GitHub user rxin opened a pull request:

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

    [SPARK-16476] Restructure MimaExcludes for easier union excludes

    ## What changes were proposed in this pull request?
    It is currently fairly difficult to have proper mima excludes when we cut a 
version branch. I'm proposing a small change to take the exclude list out of 
the exclude function, and put it in a variable so we can easily union excludes.
    
    After this change, we can bump pom.xml version to 2.1.0-SNAPSHOT, without 
bumping the diff base version. Note that I also deleted all the exclude rules 
for version 1.x, to cut down the size of the file.
    
    ## How was this patch tested?
    N/A - this is a build infra change.

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

    $ git pull https://github.com/rxin/spark SPARK-16476

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

    https://github.com/apache/spark/pull/14128.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 #14128
    
----
commit 86e9d128b29ec93c2cd0f360b83fdecc2813da20
Author: Reynold Xin <[email protected]>
Date:   2016-07-11T01:16:38Z

    [SPARK-16476] Restructure MimaExcludes for easier union 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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to