[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. Author: Reynold Xin <r...@databricks.com> Closes #14128 from rxin/SPARK-16476. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/52b5bb0b Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/52b5bb0b Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/52b5bb0b Branch: refs/heads/master Commit: 52b5bb0b7fabe6cc949f514c548f9fbc6a4fa181 Parents: f12a38b Author: Reynold Xin <r...@databricks.com> Authored: Sun Jul 10 22:05:16 2016 -0700 Committer: Reynold Xin <r...@databricks.com> Committed: Sun Jul 10 22:05:16 2016 -0700 ---------------------------------------------------------------------- project/MimaExcludes.scala | 2270 +++++++++++++-------------------------- 1 file changed, 744 insertions(+), 1526 deletions(-) ---------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org