Uh oh!
There was an error while loading. Please reload this page.
[HOTFIX] Fix ORC build break - #6244
Conversation
vanzin
commented
May 18, 2015
LGTM. |
andrewor14
commented
May 18, 2015
I'm just going to merge this now since master doesn't even compile. This is going into branches master and 1.4. |
Fix break caused by merging #6225 and #6194. Author: Michael Armbrust <michael@databricks.com> Closes#6244 from marmbrus/fixOrcBuildBreak and squashes the following commits: b10e47b [Michael Armbrust] [HOTFIX] Fix ORC Build break (cherry picked from commit fcf90b7) Signed-off-by: Andrew Or <andrew@databricks.com>
JoshRosen
commented
May 18, 2015
@marmbrus@andrewor14 , could you also look at #6243, which I think is trying to fix a Maven build break? |
harishreedharan
commented
May 18, 2015
I realize that master and thus PR builder is broken, but it would be good to wait for the PR builder to complete before merging. |
marmbrus
commented
May 18, 2015
I disagree. Failing all PRs for the next two hours is not reasonable. We
|
andrewor14
commented
May 18, 2015
@harishreedharan I think that's reasonable under normal circumstances, but having the PR builder to fail tests on every single patch for the next 2+ hours is very expensive for the process of development across the entire community, especially around release windows. In the worst case merging this now causes the build to fail when it's already failing. |
SparkQA
commented
May 18, 2015
Test build #33017 has finished for PR 6244 at commit
|
marmbrus
commented
May 18, 2015
Test failures are addressed in #6247. |
Fix break caused by merging apache#6225 and apache#6194. Author: Michael Armbrust <michael@databricks.com> Closesapache#6244 from marmbrus/fixOrcBuildBreak and squashes the following commits: b10e47b [Michael Armbrust] [HOTFIX] Fix ORC Build break
A follow-up to apache#6244. Author: Michael Armbrust <michael@databricks.com> Closesapache#6247 from marmbrus/fixOrcTests and squashes the following commits: e39ee1b [Michael Armbrust] [SQL] Fix serializability of ORC table scan
Fix break caused by merging apache#6225 and apache#6194. Author: Michael Armbrust <michael@databricks.com> Closesapache#6244 from marmbrus/fixOrcBuildBreak and squashes the following commits: b10e47b [Michael Armbrust] [HOTFIX] Fix ORC Build break
A follow-up to apache#6244. Author: Michael Armbrust <michael@databricks.com> Closesapache#6247 from marmbrus/fixOrcTests and squashes the following commits: e39ee1b [Michael Armbrust] [SQL] Fix serializability of ORC table scan
Fix break caused by merging apache#6225 and apache#6194. Author: Michael Armbrust <michael@databricks.com> Closesapache#6244 from marmbrus/fixOrcBuildBreak and squashes the following commits: b10e47b [Michael Armbrust] [HOTFIX] Fix ORC Build break
A follow-up to apache#6244. Author: Michael Armbrust <michael@databricks.com> Closesapache#6247 from marmbrus/fixOrcTests and squashes the following commits: e39ee1b [Michael Armbrust] [SQL] Fix serializability of ORC table scan
Fix break caused by merging #6225 and #6194.