This is an automated email from the ASF dual-hosted git repository.
lingmiao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from e1374d8 [fix](tablet-scheduler) Fix decommission backend bug (#7563)
add 5635454 [Optimize](Runtime Filter) Support merge in runtime
filter(#7546) (#7547)
No new revisions were added by this update.
Summary of changes:
be/src/exec/hash_join_node.cpp | 3 +-
be/src/exec/olap_scan_node.cpp | 4 +-
be/src/exprs/runtime_filter.cpp | 361 +++++++++++++++++++--
be/src/exprs/runtime_filter.h | 27 +-
be/src/exprs/runtime_filter_slots.h | 51 ++-
be/src/runtime/runtime_filter_mgr.cpp | 21 +-
be/src/runtime/runtime_filter_mgr.h | 10 +-
be/test/exprs/runtime_filter_test.cpp | 168 ++++++++--
docs/en/administrator-guide/runtime-filter.md | 3 +-
docs/zh-CN/administrator-guide/runtime-filter.md | 4 +-
.../org/apache/doris/planner/RuntimeFilter.java | 2 +-
.../doris/planner/RuntimeFilterGenerator.java | 16 -
.../org/apache/doris/planner/QueryPlanTest.java | 13 +-
gensrc/proto/internal_service.proto | 9 +
14 files changed, 584 insertions(+), 108 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]