-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[test](join) Fuzzy disable runtime filters in BE #45654
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
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.
clang-tidy made some suggestions
RETURN_IF_ERROR(local_state._runtime_filter_slots->send_filter_size( | ||
state, local_state._shared_state->build_block->rows(), | ||
local_state._finish_dependency)); | ||
if (!local_state._runtime_filters_disabled) { |
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.
那现在的逻辑是,如果disable了runtime filter,实际是用runtime filter 等待超时的方式解决吗?没有机制,告诉coordinator 一个0或者啥的?
TeamCity be ut coverage result: |
00b8bb5
to
d8ec9fd
Compare
run buildall |
TPC-H: Total hot run time: 40091 ms
|
TPC-DS: Total hot run time: 197089 ms
|
TeamCity be ut coverage result: |
ClickBench: Total hot run time: 33.65 s
|
return Status::OK(); | ||
} | ||
|
||
DCHECK(_runtime_filter_slots) << "_runtime_filter_slots should be initialized"; |
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.
why check a object?
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
run buildall |
TPC-H: Total hot run time: 39988 ms
|
TPC-DS: Total hot run time: 189821 ms
|
ClickBench: Total hot run time: 33.08 s
|
TeamCity be ut coverage result: |
PR approved by at least one committer and no changes requested. |
Add the functionality to disable the runtime filter, in preparation for the spill feature.
Add the functionality to disable the runtime filter, in preparation for the spill feature.
What problem does this PR solve?
Add the functionality to disable the runtime filter, in preparation for the spill feature.
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)