-
Notifications
You must be signed in to change notification settings - Fork 3.7k
branch-3.1: [fix](mow) fix check delete bitmap for mow tables with seq column #51763 #54417
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
…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
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 32399 ms |
TPC-DS: Total hot run time: 196783 ms |
ClickBench: Total hot run time: 28.75 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Cherry-picked from #51763