Skip to content

branch-4.0: [Fix](thirdparty) Unify arrow cpp standard with be #64390 - #64810

Closed
linrrzqqq wants to merge 1 commit into
apache:branch-4.0from
linrrzqqq:pick-64390-branch-4.0
Closed

branch-4.0: [Fix](thirdparty) Unify arrow cpp standard with be #64390#64810
linrrzqqq wants to merge 1 commit into
apache:branch-4.0from
linrrzqqq:pick-64390-branch-4.0

Conversation

@linrrzqqq

Copy link
Copy Markdown
Collaborator

cherry-pick: #64390

@hello-stephen

Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@linrrzqqq

Copy link
Copy Markdown
CollaboratorAuthor

run buildall

@hello-stephen

Copy link
Copy Markdown
Contributor

BE UT Coverage Report

Increment line coverage 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage53.36% (19499/36544)
Line Coverage36.47% (182426/500261)
Region Coverage33.05% (141881/429251)
Branch Coverage33.93% (61362/180871)

@hello-stephen

Copy link
Copy Markdown
Contributor

BE Regression && UT Coverage Report

Increment line coverage 100% (0/0) 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage71.53% (25572/35752)
Line Coverage54.42% (271353/498604)
Region Coverage51.91% (224591/432690)
Branch Coverage53.38% (96783/181297)

morningman pushed a commit that referenced this pull request Aug 13, 2026
… (#66723)
cherry-pick: #64390
This supersedes #64810. After #64810 was opened, #63266 was merged into
`branch-4.0` and added
`apache-arrow-17.0.0-status-inline-static-fix.patch`. As a result,
#64810 no longer contains the complete applicable diff from #64390: it
enables C++20 for Arrow but leaves the temporary Arrow Status patch in
place.
This backport is based on the latest `branch-4.0`. It enables C++20 for
thirdparty/Arrow and removes the temporary Arrow Status patch and its
application logic, matching the intent of #64390. The Paimon-cpp changes
are intentionally omitted because `branch-4.0` does not contain
Paimon-cpp.
Validation:
- `bash -n thirdparty/build-thirdparty.sh`
- `bash -n thirdparty/download-thirdparty.sh`
- `git diff --check apache/branch-4.0...HEAD`
Co-authored-by: linrrarity <linzhenqi@selectdb.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@linrrzqqq@hello-stephen