This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 4c0080e2374 [feat](Nereids) support outer join and aggregate bitmap rewrite by mv (#28596) add c26c0c31a58 [refactor](runtimefilter) do not use QueryContext in runtime filter (#28559) No new revisions were added by this update. Summary of changes: be/src/exprs/runtime_filter.cpp | 47 ++++------------------ be/src/exprs/runtime_filter.h | 33 ++------------- be/src/exprs/runtime_filter_rpc.cpp | 4 +- .../pipeline_x/pipeline_x_fragment_context.cpp | 4 +- be/src/runtime/query_context.cpp | 3 +- be/src/runtime/runtime_filter_mgr.cpp | 44 +++++++++++++++++--- be/src/runtime/runtime_filter_mgr.h | 38 +++++++++++++++-- be/src/runtime/runtime_state.cpp | 17 -------- be/src/runtime/runtime_state.h | 18 --------- 9 files changed, 90 insertions(+), 118 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org