Uh oh!
There was an error while loading. Please reload this page.
Update version to 1.6.0-SNAPSHOT. - #8350
Conversation
SparkQA
commented
Aug 21, 2015
Test build #41352 has finished for PR 8350 at commit
|
SparkQA
commented
Aug 21, 2015
Test build #41356 has finished for PR 8350 at commit
|
There was a problem hiding this comment.
All this looks fine; does this particular change belong only in the 1.5 branch though?
There was a problem hiding this comment.
I'm actually not sure -- I followed Patrick's last pr of this kind.
What happened without this is that Mima would fail and complain about all classes we marked as exclude for 1.5. I actually don't know exactly how mima works. Adding this doesn't seem to help much either.
shivaram
commented
Sep 10, 2015
@rxin Now that 1.5 has been released, we should merge this ? |
SparkQA
commented
Sep 10, 2015
Test build #1732 has finished for PR 8350 at commit
|
srowen
commented
Sep 10, 2015
Yes, I think this needs MIMA entries for 1.6 now too. |
SparkQA
commented
Sep 12, 2015
Test build #42369 has finished for PR 8350 at commit
|
srowen
commented
Sep 14, 2015
I started on figuring out what MiMa excludes have to be brought forward and got this far before being tripped up by more local SBT errors: Try adding this, running |
pwendell
commented
Sep 14, 2015
I think if you update previousVersion in MimaBuild.scala many of these should go away. I'm happy to look at the error output after doing that. |
SparkQA
commented
Sep 14, 2015
Test build #42450 has finished for PR 8350 at commit
|
pwendell
commented
Sep 14, 2015
I tested it locally, you'll need something like this: |
SparkQA
commented
Sep 14, 2015
Test build #42455 has finished for PR 8350 at commit
|
SparkQA
commented
Sep 15, 2015
Test build #42460 has finished for PR 8350 at commit
|
SparkQA
commented
Sep 15, 2015
Test build #1754 has finished for PR 8350 at commit
|
pwendell
commented
Sep 15, 2015
Hm - this is a test file that is in the source folder, so MIMA is On Mon, Sep 14, 2015 at 10:29 PM, Apache Spark QA notifications@github.com
|
SparkQA
commented
Sep 15, 2015
Test build #42469 has finished for PR 8350 at commit
|
rxin
commented
Sep 15, 2015
Alright I'm going to merge this. |
srowen
commented
Sep 15, 2015
I think that's reasonable since the only failure mode this patch should cause is MiMa failure and that passed now. Thanks @pwendell for reminding me about the previousVersion thing, had totally overlooked how that worked. |
pwendell
commented
Sep 15, 2015
No problem - I should have caught it earlier. Hopefully people didn't spin On Tue, Sep 15, 2015 at 12:56 AM, Sean Owen notifications@github.com
|
No description provided.