GitHub user JoshRosen opened a pull request:
https://github.com/apache/spark/pull/2315
[HOTFIX] Fix broken Mima tests on the master branch
By merging #2268, which bumped the Spark version to 1.2.0-SNAPSHOT, I
inadvertently broke the Mima binary compatibility tests. The issue is that we
were comparing 1.2.0-SNAPSHOT against Spark 1.0.0 without using any Mima
excludes. The right long-term fix for this is probably to publish nightly
snapshots on Maven central and change the master branch to test binary
compatibility against the current release candidate branch's snapshots until
that release is finalized.
As a short-term fix until 1.1.0 is published on Maven central, I've
configured the build to test the master branch for binary compatibility against
the 1.1.0-RC4 jars. I'll loop back and remove the Apache staging repo as soon
as 1.1.0 final is available.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JoshRosen/spark mima-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/2315.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 #2315
----
commit 57569beac1602f56daa3425dc1a182c8b7d06bd6
Author: Josh Rosen <[email protected]>
Date: 2014-09-08T01:06:23Z
Fix MiMa tests in master branch; test against 1.1.0 RC.
commit ec90e21947b615d4ef94a3a54cfd646924ccaf7c
Author: Josh Rosen <[email protected]>
Date: 2014-09-08T01:18:38Z
Add deploy and graphx to 1.2 MiMa excludes.
commit 776bc2cf8cb6fdad55966f56b422d60053e09062
Author: Josh Rosen <[email protected]>
Date: 2014-09-08T01:23:40Z
Add two excludes to workaround Mima annotation issues.
----
---
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]