Uh oh!
There was an error while loading. Please reload this page.
[feat](seq mapping) uniq table supports multi-stream merging through sequence mapping - #54936
Conversation
hello-stephen
commented
Aug 18, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
049b532 to
cfe00a4CompareHonestManXin
commented
Aug 18, 2025
run buildall |
HonestManXin
commented
Aug 18, 2025
run buildall |
doris-robot
commented
Aug 18, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
Aug 18, 2025
TPC-H: Total hot run time: 34750 ms |
doris-robot
commented
Aug 18, 2025
TPC-DS: Total hot run time: 185399 ms |
doris-robot
commented
Aug 18, 2025
ClickBench: Total hot run time: 32.47 s |
a264265 to
637b19eCompare637b19e to
9b45113CompareHonestManXin
commented
Sep 9, 2025
run buildall |
doris-robot
commented
Sep 9, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
doris-robot
commented
Sep 9, 2025
TPC-H: Total hot run time: 34821 ms |
doris-robot
commented
Sep 9, 2025
TPC-DS: Total hot run time: 189967 ms |
doris-robot
commented
Sep 9, 2025
ClickBench: Total hot run time: 29.65 s |
5df34d4 to
1882828CompareHonestManXin
commented
Sep 9, 2025
run buildall |
1 similar comment
HonestManXin
commented
Sep 9, 2025
run buildall |
hello-stephen
commented
Sep 9, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
HonestManXin
commented
Sep 9, 2025
run feut |
HonestManXin
commented
Sep 9, 2025
run beut |
doris-robot
commented
Dec 22, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
HonestManXin
commented
Dec 22, 2025
run feut |
hello-stephen
commented
Dec 22, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Dec 22, 2025
FE Regression Coverage ReportIncrement line coverage |
HonestManXin
commented
Dec 22, 2025
run external |
HonestManXin
commented
Dec 22, 2025
run vault_p0 |
HonestManXin
commented
Dec 22, 2025
run external |
22a3449 to
76dda6bCompareHonestManXin
commented
Dec 24, 2025
run buildall |
doris-robot
commented
Dec 24, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Dec 24, 2025
FE UT Coverage ReportIncrement line coverage |
doris-robot
commented
Dec 24, 2025
TPC-H: Total hot run time: 36621 ms |
doris-robot
commented
Dec 24, 2025
TPC-DS: Total hot run time: 180351 ms |
doris-robot
commented
Dec 24, 2025
ClickBench: Total hot run time: 27.34 s |
hello-stephen
commented
Dec 24, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Dec 24, 2025
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
HonestManXin
commented
Dec 24, 2025
run vault_p0 |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
## Versions - [ x ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [ x ] Chinese - [ x ] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built apache/doris#54936 Co-authored-by: zhangshixin.1024 <zhangshixin.1024@bytedance.com>
RoanHeNaN
commented
Aug 17, 2026
@dataroaring@bobhan1@gavinchou Do we have a plan to apply this feature to mow table? |
In some business scenarios, business operations need to update different columns in the same wide table through two or more data streams. For example, one data stream will write in real time to update some fields of this table; another data stream will perform imports on demand to update other columns of this table. During the update process, both data stream jobs need to ensure the order of replacement; and during queries, data from all columns should be queryable.
documentation: apache/doris-website#2954