Uh oh!
There was an error while loading. Please reload this page.
[Fix](partial update) Fix incorrect result when partial update include delete sign columns - #46194
Conversation
Thearas
commented
Dec 31, 2024
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
bobhan1
commented
Dec 31, 2024
run buildall |
doris-robot
commented
Dec 31, 2024
TPC-H: Total hot run time: 33579 ms |
doris-robot
commented
Dec 31, 2024
TPC-DS: Total hot run time: 196779 ms |
doris-robot
commented
Dec 31, 2024
ClickBench: Total hot run time: 32.03 s |
doris-robot
commented
Dec 31, 2024
TeamCity be ut coverage result: |
bobhan1
commented
Dec 31, 2024
run buildall |
41c458f to
f35cad9Comparebobhan1
commented
Dec 31, 2024
run buildall |
doris-robot
commented
Dec 31, 2024
TPC-H: Total hot run time: 32492 ms |
doris-robot
commented
Dec 31, 2024
TPC-DS: Total hot run time: 190883 ms |
doris-robot
commented
Dec 31, 2024
ClickBench: Total hot run time: 31.25 s |
doris-robot
commented
Dec 31, 2024
TeamCity be ut coverage result: |
bobhan1
commented
Dec 31, 2024
run p0 |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
…e delete sign columns (apache#46194) Currently, when a partial update load include delete sign columns, it will not read delete sign columns from historical data. This may result in incorrect result because it may read data from rows whose delete sign is 1.
…e delete sign columns apache#46194 (apache#3742) pick apache#46194
What problem does this PR solve?
Problem Summary:
Currently, when a partial update load include delete sign columns, it will not read delete sign columns from historical data. This may result in incorrect result because it may read data from rows whose delete sign is 1.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)