-
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](hudi)Add hudi catalog read partition table partition prune #44669
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
d324c82
to
0dd819c
Compare
run buildall |
TPC-H: Total hot run time: 40197 ms
|
TPC-DS: Total hot run time: 191298 ms
|
ClickBench: Total hot run time: 32.56 s
|
Co-authored-by: Socrates <[email protected]>
run buildall |
TPC-H: Total hot run time: 40035 ms
|
TPC-DS: Total hot run time: 190053 ms
|
ClickBench: Total hot run time: 33.25 s
|
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
wait me test |
run buildall |
done. append test : |
TPC-H: Total hot run time: 40351 ms
|
TPC-DS: Total hot run time: 197168 ms
|
ClickBench: Total hot run time: 33.15 s
|
PR approved by at least one committer 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.
+1
) ### What problem does this PR solve? Problem Summary: In the previous PR #41218, some partition pruning logic was changed, which caused the hudi partition pruning to fail. This PR is to fix this problem. ### Release note [fix](hudi) fix hudi partition prune issue
) ### What problem does this PR solve? Problem Summary: In the previous PR #41218, some partition pruning logic was changed, which caused the hudi partition pruning to fail. This PR is to fix this problem. ### Release note [fix](hudi) fix hudi partition prune issue
…n prune #44669 (#45111) Cherry-picked from #44669 Co-authored-by: daidai <[email protected]>
…n prune #44669 (#45113) Cherry-picked from #44669 Co-authored-by: daidai <[email protected]>
What problem does this PR solve?
Problem Summary:
In the previous PR #41218, some partition pruning logic was changed, which caused the hudi partition pruning to fail. This PR is to fix this problem.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)