Uh oh!
There was an error while loading. Please reload this page.
[fix](auto partition) Fix duplicate rows in auto-partitioned table - #47911
Conversation
hello-stephen
commented
Feb 14, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Gabriel39
commented
Feb 14, 2025
run buildall |
doris-robot
commented
Feb 14, 2025
TPC-H: Total hot run time: 31482 ms |
doris-robot
commented
Feb 14, 2025
TPC-DS: Total hot run time: 189602 ms |
doris-robot
commented
Feb 14, 2025
ClickBench: Total hot run time: 30.37 s |
PR approved by anyone and no changes requested. |
Gabriel39
commented
Feb 17, 2025
run buildall |
PR approved by at least one committer and no changes requested. |
doris-robot
commented
Feb 17, 2025
TPC-H: Total hot run time: 31534 ms |
doris-robot
commented
Feb 17, 2025
TPC-DS: Total hot run time: 190456 ms |
doris-robot
commented
Feb 17, 2025
ClickBench: Total hot run time: 31.03 s |
doris-robot
commented
Feb 17, 2025
TeamCity be ut coverage result: |
Gabriel39
commented
Feb 17, 2025
run buildall |
doris-robot
commented
Feb 17, 2025
TPC-H: Total hot run time: 31593 ms |
doris-robot
commented
Feb 17, 2025
TPC-DS: Total hot run time: 182301 ms |
doris-robot
commented
Feb 17, 2025
ClickBench: Total hot run time: 30.68 s |
doris-robot
commented
Feb 17, 2025
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
…pache#47911) The same block may be sent twice by TabletSinkHashPartitioner. To get the correct result, we should not send any rows the last time.
…table (apache#47911)" This reverts commit 03f1ac1.
…table (apache#47911)" This reverts commit 03f1ac1.
…table (apache#47911)" This reverts commit 03f1ac1.
…table (apache#47911)" This reverts commit 03f1ac1.
…pache#47911) The same block may be sent twice by TabletSinkHashPartitioner. To get the correct result, we should not send any rows the last time.
…hPartitioner (apache#48720) Related PR: bug introduced by apache#44102, expanded by apache#45256, partially fixed by apache#47911 Problem Summary: also fixed Auto Partition + Auto Increment-Column may core dump in loading
…hPartitioner (apache#48720) Related PR: bug introduced by apache#44102, expanded by apache#45256, partially fixed by apache#47911 Problem Summary: also fixed Auto Partition + Auto Increment-Column may core dump in loading
What problem does this PR solve?
The same block may be sent twice by TabletSinkHashPartitioner. To get the correct result, we should not send any rows the last time.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)