-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](mow) fix check delete bitmap for mow tables with seq column #51763
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:
|
ea7163e to
8d1f0e9
Compare
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 32853 ms |
TPC-DS: Total hot run time: 185815 ms |
ClickBench: Total hot run time: 29.45 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
8d1f0e9 to
1ce2c49
Compare
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 33417 ms |
TPC-DS: Total hot run time: 184938 ms |
ClickBench: Total hot run time: 29.25 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
1ce2c49 to
40c98c7
Compare
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 33247 ms |
TPC-DS: Total hot run time: 187291 ms |
ClickBench: Total hot run time: 29.35 s |
zhannngchen
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. |
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
40c98c7 to
bcd996e
Compare
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 33791 ms |
TPC-DS: Total hot run time: 169619 ms |
ClickBench: Total hot run time: 32.93 s |
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
…1763) ### What problem does this PR solve? when compcation for mow table with sequence column, if the output rowset version is [start_version, end_version], it may generate delete bitmap between [start_version, end_version], this pr modify the delete bitmap checker to skip this situation
…ache#51763) ### What problem does this PR solve? when compcation for mow table with sequence column, if the output rowset version is [start_version, end_version], it may generate delete bitmap between [start_version, end_version], this pr modify the delete bitmap checker to skip this situation
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
when compcation for mow table with sequence column, if the output rowset version is [start_version, end_version], it may generate delete bitmap between [start_version, end_version], this pr modify the delete bitmap checker to skip this situation
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)