-
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) Fix data wrong when query with table operator such as TABLESAMPLE or tablet and so on #43030
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
run buildall |
eda8d89
to
1767731
Compare
run buildall |
1 similar comment
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
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
run cloud_p0 |
12107f2
to
db7ec16
Compare
run buildall |
db7ec16
to
50b5c49
Compare
run buildall |
What problem does this PR solve?
Materialized view is as following:
If run query as following, should rewrite fail by materialized view above to make sure data correctness
At before, this would rewrite by materialized view succesfully and the result data is wrong, This pr fix this.
Issue Number: close #xxx
Related PR: #28064
Problem Summary:
Check List (For Committer)
Test
Behavior changed:
Does this need documentation?
Release note
None
Check List (For Reviewer who merge this PR)