Uh oh!
There was an error while loading. Please reload this page.
GH-47399: [C++] Update bundled Apache ORC to 2.2.0 with Protobuf patch - #47408
Conversation
33fb77c to
b020465Comparekou
commented
Aug 22, 2025
@github-actions crossbow submit -g cpp |
Revision: b020465759058b027d7b43c4c9a85d7fac664105 Submitted crossbow builds: ursacomputing/crossbow @ actions-4e62e91a40 |
290cc09 to
528eb47Compare528eb47 to
9b15c2dCompare| 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.
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.
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.
None of the CI failures are related and are currently failing on the nightlies.
Uh oh!
There was an error while loading. Please reload this page.
kou
commented
Aug 25, 2025
@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.
👍 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.
None of the CI failures are related and are currently failing on the nightlies.
Uh oh!
There was an error while loading. Please reload this page.
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 <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
…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 <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
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.