Uh oh!
There was an error while loading. Please reload this page.
branch-4.1: [chore](external) Upgrade Hive shade and align BE exec version - #66907
Merged
yiguolei merged 1 commit intoAug 19, 2026
Merged
Conversation
hello-stephen
commented
Aug 18, 2026
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
suxiaogang223
commented
Aug 18, 2026
MemberAuthor
run buildall |
suxiaogang223
marked this pull request as ready for review
August 18, 2026 14:52
hello-stephen
commented
Aug 18, 2026
Contributor
FE UT Coverage ReportIncrement line coverage `` 🎉 |
yiguolei
approved these changes
Aug 19, 2026
yiguolei
approved these changes
Aug 19, 2026
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
yiguolei
commented
Aug 19, 2026
Contributor
skip buildall |
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Related PRs: #66809, #66685
branch-4.1uses Paimon 1.4.2, buthive-catalog-shade3.1.1 embeds Paimon 1.3 classes. The existing packaging workaround therefore removesorg/apache/paimon/**and related service descriptors from the shade artifact and relies on separately managed Paimon dependencies.hive-catalog-shade3.1.2 now embeds Paimon 1.4.2, so the workaround is no longer needed.In addition, external table sink hash routing on
branch-4.1currently uses BE execution version 12. Master reserves version 12 for Iceberg Variant compatibility and reserves version 13 for external sink hash routing in #66809. Release branches must use the same compatibility boundary.What changed?
hive-catalog-shadefrom 3.1.1 to 3.1.2.paimon-hive-connector-3.1dependency.org/apache/paimon/**and Paimon service descriptors.Validation
xmllint.hive-catalog-shade:3.1.2and Paimon 1.4.2 modules.hive-catalog-shade:3.1.2match Paimon 1.4.2.git diff --check.Release note
None