-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[branch-2.0](cherry-pick) partial update should not read old fileds from rows with delete sign (#36210) #36764
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
[branch-2.0](cherry-pick) partial update should not read old fileds from rows with delete sign (#36210) #36764
Conversation
…rows with delete sign (apache#36210) Issue Number: close apache#34296 1. When partial update filling in the missing fields, if a load job previously wrote data with a delete sign, it will also read out the data in the column with the delete sign, so that the newly written data will also become invisible 2. This problem was fixed in apache#24877, but was introduced again in apache#26721, and was never found because the case was changed to the wrong output in 3. The fix in apache#24877 didn't take into account the handling of concurrent conflicts in the publish phase, the current PR adds this part of the handling, and adds the corresponding case.
|
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
run buildall |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
TeamCity be ut coverage result: |
TPC-H: Total hot run time: 49953 ms |
TPC-DS: Total hot run time: 203586 ms |
ClickBench: Total hot run time: 30.76 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
|
clang-tidy review says "All clean, LGTM! 👍" |
|
run buildall |
TPC-H: Total hot run time: 49824 ms |
|
TeamCity be ut coverage result: |
TPC-DS: Total hot run time: 203426 ms |
ClickBench: Total hot run time: 30.59 s |
|
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' |
…rom rows with delete sign (apache#36210) (apache#36764) cherry-pick apache#36210
…rom rows with delete sign (apache#36210) (apache#36764) (apache#277) cherry-pick apache#36210
cherry-pick #36210