-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[fix](mtmv) Fix materialized view regression test err #58018
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
[fix](mtmv) Fix materialized view regression test err #58018
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
TPC-H: Total hot run time: 36550 ms |
TPC-DS: Total hot run time: 188280 ms |
ClickBench: Total hot run time: 27.59 s |
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-H: Total hot run time: 36299 ms |
TPC-DS: Total hot run time: 188753 ms |
ClickBench: Total hot run time: 27.69 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-H: Total hot run time: 34192 ms |
TPC-DS: Total hot run time: 188741 ms |
ClickBench: Total hot run time: 27.59 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
2504a4e to
b524836
Compare
|
run buildall |
TPC-H: Total hot run time: 35149 ms |
TPC-DS: Total hot run time: 188174 ms |
ClickBench: Total hot run time: 27.46 s |
FE Regression Coverage ReportIncrement line coverage |
|
run buildall |
TPC-H: Total hot run time: 34792 ms |
TPC-DS: Total hot run time: 187480 ms |
ClickBench: Total hot run time: 27.63 s |
98ca7f0 to
fc79559
Compare
|
run buildall |
TPC-H: Total hot run time: 35097 ms |
TPC-DS: Total hot run time: 187424 ms |
ClickBench: Total hot run time: 27.63 s |
FE UT Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
1 similar comment
FE Regression Coverage ReportIncrement line coverage |
FE Regression Coverage ReportIncrement line coverage |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
This PR aims to fix several failing regression tests related to Materialized Views (MTMV), ensuring the stability and correctness of the MTMV feature. The specific failing test cases addressed are: nereids_rules_p0.mv.pre_rewrite.limit.query_with_limit nested_materialized_view mv_tpch_test Related PR: #55066 #55674
What problem does this PR solve?
This PR aims to fix several failing regression tests related to Materialized Views (MTMV), ensuring the stability and correctness of the MTMV feature.
The specific failing test cases addressed are:
nereids_rules_p0.mv.pre_rewrite.limit.query_with_limit
nested_materialized_view
mv_tpch_test
Related PR:
#55066
#55674
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)