This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch refactor_rf in repository https://gitbox.apache.org/repos/asf/doris.git
commit 874718c29da4f977ae7f27c70cdde23003ea5500 Author: BiteTheDDDDt <[email protected]> AuthorDate: Mon Mar 3 21:07:10 2025 +0800 fix coredump --- be/src/runtime_filter/runtime_filter_wrapper.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/be/src/runtime_filter/runtime_filter_wrapper.cpp b/be/src/runtime_filter/runtime_filter_wrapper.cpp index 09a03a10164..403a75143be 100644 --- a/be/src/runtime_filter/runtime_filter_wrapper.cpp +++ b/be/src/runtime_filter/runtime_filter_wrapper.cpp @@ -157,7 +157,6 @@ Status RuntimeFilterWrapper::merge(const RuntimeFilterWrapper* other) { return Status::OK(); } if (other->_state == State::DISABLED) { - _hybrid_set->clear(); set_state(State::DISABLED, other->_disabled_reason); return Status::OK(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
