-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-47399: [C++] Update bundled Apache ORC to 2.2.0 with Protobuf patch #47408
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
Conversation
|
|
33fb77c to
b020465
Compare
|
@github-actions crossbow submit -g cpp |
|
Revision: b020465759058b027d7b43c4c9a85d7fac664105 Submitted crossbow builds: ursacomputing/crossbow @ actions-4e62e91a40 |
290cc09 to
528eb47
Compare
528eb47 to
9b15c2d
Compare
| list(APPEND ORC_PATCHES ${CMAKE_CURRENT_LIST_DIR}/orc-2357.patch) | ||
| endif() | ||
| if(ORC_PATCHES) | ||
| find_program(PATCH patch REQUIRED) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recall that there are some docker images required to add patch dependency when I was fixing a previous ORC build failure. Is it still the case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Based on the CI result, we don't need to add additional patch dependency. But let's try R and wheel related CI jobs before we merge this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None of the CI failures are related and are currently failing on the nightlies.
|
@github-actions crossbow submit -g wheel -g r |
|
Revision: 9b15c2d Submitted crossbow builds: ursacomputing/crossbow @ actions-59686f3dfc |
raulcd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 we can merge this to fix CI on PRs.
The CI failures are unrelated.
| list(APPEND ORC_PATCHES ${CMAKE_CURRENT_LIST_DIR}/orc-2357.patch) | ||
| endif() | ||
| if(ORC_PATCHES) | ||
| find_program(PATCH patch REQUIRED) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None of the CI failures are related and are currently failing on the nightlies.
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit f16b6ac. There weren't enough matching historic benchmark results to make a call on whether there were regressions. The full Conbench report has more details. |
…f patch (apache#47408) ### Rationale for this change apache/orc#2357 is needed for recent Protobuf. ### What changes are included in this PR? * Update bundled Apache ORC to 2.2.0. * apache/orc#2345 is needed for MSVC. * Apply apache/orc#2357 because it's not released yet. * Enable `CMP0077` for bundled dependencies by default to avoid `set(CACHE)`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: apache#47399 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Raúl Cumplido <[email protected]>
Rationale for this change
apache/orc#2357 is needed for recent Protobuf.
What changes are included in this PR?
int64_tinstead ofgoogle::protobuf::int64forProtobufv22+ orc#2357 because it's not released yet.CMP0077for bundled dependencies by default to avoidset(CACHE).Are these changes tested?
Yes.
Are there any user-facing changes?
Yes.