-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](schema-change) Rebuild distribution info according to original order #54024
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
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
dataroaring
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.
LGTM
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
b7d5c61 to
3bd3046
Compare
|
run buildall |
TPC-H: Total hot run time: 33680 ms |
dataroaring
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.
LGTM
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
TPC-DS: Total hot run time: 173922 ms |
ClickBench: Total hot run time: 33.54 s |
FE UT Coverage ReportIncrement line coverage |
3bd3046 to
8407cf1
Compare
8407cf1 to
d2c3e92
Compare
|
PR approved by at least one committer and no changes requested. |
…order (#54024) Rebuild distribution info should use the column order from original distribution info, rather than base schema
…order (#54024) Rebuild distribution info should use the column order from original distribution info, rather than base schema
…order (#54024) (#54072) (#54111) ### What problem does this PR solve? Cherry-pick: #54024 #54072 ### Release note None ### Check List (For Author) - Test <!-- At least one of them must be included. --> - [x] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason <!-- Add your reason? --> - Behavior changed: - [x] No. - [ ] Yes. <!-- Explain the behavior change --> - Does this need documentation? - [x] No. - [ ] Yes. <!-- Add document PR link here. eg: apache/doris-website#1214 --> ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label <!-- Add branch pick label that this PR should merge into -->
…order (apache#54024) (apache#54072) (apache#54109) (apache#380) ### What problem does this PR solve? cherry-pick: apache#54024 apache#54072
What problem does this PR solve?
Problem Summary:
Rebuild distribution info should use the column order from original distribution info, rather than base schema
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)