-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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) Choose a valid partition column when there are both valid and invalid expressions #38367
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Will add regression tests later |
Could you add some tests for this fix? Partition track test is all in |
run buildall |
TPC-H: Total hot run time: 39528 ms
|
TPC-DS: Total hot run time: 173764 ms
|
ClickBench: Total hot run time: 30.8 s
|
run buildall |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 39849 ms
|
TPC-DS: Total hot run time: 173656 ms
|
ClickBench: Total hot run time: 30.86 s
|
run buildall |
TPC-H: Total hot run time: 41513 ms
|
TPC-DS: Total hot run time: 168628 ms
|
ClickBench: Total hot run time: 29.81 s
|
@seawinde hello, this PR is ready, do you have time to take a look? |
...-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/MaterializedViewUtils.java
Outdated
Show resolved
Hide resolved
...-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/MaterializedViewUtils.java
Outdated
Show resolved
Hide resolved
run buildall |
LGTM! |
TPC-H: Total hot run time: 41595 ms
|
TPC-DS: Total hot run time: 169330 ms
|
ClickBench: Total hot run time: 30.24 s
|
run feut |
run cloud_p0 |
PR approved by at least one committer and no changes requested. |
… and invalid expressions (apache#38367) Choose a partition column when there are both valid and invalid expressions.
… and invalid expressions (#38367) Choose a partition column when there are both valid and invalid expressions.
… and invalid expressions (apache#38367) Choose a partition column when there are both valid and invalid expressions.
Proposed changes
Choose a partition column when there are both valid and invalid expressions.
Issue Number: close #38366