Uh oh!
There was an error while loading. Please reload this page.
[test](mtmv) Add ut test for session variable guard when generate mtmv cache - #58863
Conversation
hello-stephen
commented
Dec 9, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
seawinde
commented
Dec 9, 2025
run buildall |
doris-robot
commented
Dec 9, 2025
TPC-DS: Total hot run time: 183170 ms |
doris-robot
commented
Dec 9, 2025
ClickBench: Total hot run time: 27.24 s |
hello-stephen
commented
Dec 9, 2025
FE UT Coverage ReportIncrement line coverage |
00f31ae to
cfd72a3Compareseawinde
commented
Dec 9, 2025
run buildall |
doris-robot
commented
Dec 9, 2025
TPC-H: Total hot run time: 36279 ms |
doris-robot
commented
Dec 9, 2025
TPC-DS: Total hot run time: 181826 ms |
doris-robot
commented
Dec 9, 2025
ClickBench: Total hot run time: 27.27 s |
hello-stephen
commented
Dec 9, 2025
FE UT Coverage ReportIncrement line coverage |
hello-stephen
commented
Dec 9, 2025
FE Regression Coverage ReportIncrement line coverage |
1 similar comment
hello-stephen
commented
Dec 9, 2025
FE Regression Coverage ReportIncrement line coverage |
seawinde
commented
Dec 9, 2025
run buildall |
doris-robot
commented
Dec 10, 2025
TPC-H: Total hot run time: 36253 ms |
doris-robot
commented
Dec 10, 2025
TPC-DS: Total hot run time: 181869 ms |
doris-robot
commented
Dec 10, 2025
ClickBench: Total hot run time: 27.77 s |
PR approved by anyone and no changes requested. |
5b7946f to
d83f23cCompareseawinde
commented
Dec 29, 2025
run buildall |
doris-robot
commented
Dec 29, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Dec 29, 2025
FE UT Coverage ReportIncrement line coverage `` 🎉 |
doris-robot
commented
Dec 29, 2025
TPC-H: Total hot run time: 35560 ms |
doris-robot
commented
Dec 29, 2025
TPC-DS: Total hot run time: 174605 ms |
doris-robot
commented
Dec 29, 2025
ClickBench: Total hot run time: 27.24 s |
PR approved by at least one committer and no changes requested. |
Uh oh!
There was an error while loading. Please reload this page.
…mv cache (apache#58863) mtmvCache is globally reused, and each query shares the same instance of mtmvCache. When generating the cache, it should not include any attributes that are specific to an individual query. current code has no problem, just add some ut Related PR: apache#58031
…generate mtmv cache apache#58863 (apache#59635) Cherry-picked from apache#58863 Co-authored-by: seawinde <wusi@selectdb.com>
What problem does this PR solve?
mtmvCache is globally reused, and each query shares the same instance of mtmvCache. When generating the cache, it should not include any attributes that are specific to an individual query.
current code has no problem, just add some ut
Issue Number: close #xxx
Related PR: #58031
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)