Skip to content

Conversation

@rxin
Copy link
Contributor

@rxin rxin commented Jul 11, 2016

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.

@SparkQA
Copy link

SparkQA commented Jul 11, 2016

Test build #62066 has finished for PR 14128 at commit 86e9d12.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@rxin
Copy link
Contributor Author

rxin commented Jul 11, 2016

I'm going to merge this since this is a simple formatting change. I will submit a patch that updates the pom files and show what this can do.

@rxin
Copy link
Contributor Author

rxin commented Jul 11, 2016

Merging in master/2.0.

@asfgit asfgit closed this in 52b5bb0 Jul 11, 2016
asfgit pushed a commit that referenced this pull request Jul 11, 2016
## 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.

Author: Reynold Xin <rxin@databricks.com>

Closes #14128 from rxin/SPARK-16476.

(cherry picked from commit 52b5bb0)
Signed-off-by: Reynold Xin <rxin@databricks.com>
asfgit pushed a commit that referenced this pull request Jul 11, 2016
## What changes were proposed in this pull request?
After SPARK-16476 (committed earlier today as #14128), we can finally bump the version number.

## How was this patch tested?
N/A

Author: Reynold Xin <rxin@databricks.com>

Closes #14130 from rxin/SPARK-16477.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants