-
Notifications
You must be signed in to change notification settings - Fork 28.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HOTFIX] Fix ORC build break #6244
Conversation
LGTM. |
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 <[email protected]> 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 <[email protected]>
@marmbrus @andrewor14 , could you also look at #6243, which I think is trying to fix a Maven build break? |
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. |
I disagree. Failing all PRs for the next two hours is not reasonable. We
|
@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. |
Test build #33017 has finished for PR 6244 at commit
|
Test failures are addressed in #6247. |
A follow-up to #6244. Author: Michael Armbrust <[email protected]> Closes #6247 from marmbrus/fixOrcTests and squashes the following commits: e39ee1b [Michael Armbrust] [SQL] Fix serializability of ORC table scan (cherry picked from commit eb4632f) Signed-off-by: Yin Huai <[email protected]>
A follow-up to #6244. Author: Michael Armbrust <[email protected]> Closes #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 <[email protected]> Closes apache#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 <[email protected]> Closes apache#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 <[email protected]> Closes apache#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 <[email protected]> Closes apache#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 <[email protected]> Closes apache#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 <[email protected]> Closes apache#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.