chore(C++): update the arrow version to latest 23.0.0#853
chore(C++): update the arrow version to latest 23.0.0#853yangxk1 merged 1 commit intoapache:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #853 +/- ##
============================================
- Coverage 80.21% 80.21% -0.01%
Complexity 615 615
============================================
Files 93 93
Lines 10257 10258 +1
Branches 1049 1050 +1
============================================
Hits 8228 8228
- Misses 1789 1790 +1
Partials 240 240
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Nice work! Could you also add a CMake option like |
Ok, I will update as soon as possible. |
d6f7b6c to
a969735
Compare
|
I also added some flags on macOS to support Arrow 23.0.0. Additionally, I included independent components introduced in Arrow 23.0.0, such as arrow_compute |
|
Good job! Howere why do the cpp checks have been skipped |
CI may be triggered when cpp files changed. I can pull again later. |
|
It seems that GitHub action still thinks it is a draft |
a969735 to
f3485d3
Compare
f3485d3 to
63513d0
Compare
Reason for this PR
The latest version of Apache Arrow is 23.0.0. This new version offers improved efficiency and numerous optimized features that would benefit us. How about updating the dependency to the latest version?
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?