This is an automated email from the ASF dual-hosted git repository.

BiteTheDDDDt pushed a change to branch opt_perf_4.1
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 1a9a446687e [Improvement](agg) Add a knob to control local exchange 
(#65579)
     new d888436c3d1 [improvement](runtime-filter) Limit broadcast runtime 
filter producers
     new 286c9f6702c [feature](runtime-filter) Add adaptive global runtime 
filter tree publish
     new 4a15f2dd63f [improvement](be) Optimize hash join probe side output 
(#65300)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../exec/operator/join/process_hash_table_probe.h  |   4 +-
 .../operator/join/process_hash_table_probe_impl.h  |  74 ++++--
 be/src/exec/runtime_filter/runtime_filter_mgr.cpp  | 254 +++++++++++++++++++--
 be/src/exec/runtime_filter/runtime_filter_mgr.h    |  31 ++-
 be/src/service/internal_service.cpp                |  23 +-
 .../runtime_filter/runtime_filter_mgr_test.cpp     | 110 +++++++++
 .../java/org/apache/doris/qe/SessionVariable.java  |  45 ++++
 .../qe/runtime/RuntimeFiltersThriftBuilder.java    | 120 +++++++++-
 .../doris/qe/runtime/ThriftPlansBuilder.java       |  13 +-
 .../org/apache/doris/qe/SessionVariablesTest.java  |  16 ++
 .../runtime/RuntimeFiltersThriftBuilderTest.java   | 250 ++++++++++++++++++++
 gensrc/proto/internal_service.proto                |   9 +-
 gensrc/thrift/PaloInternalService.thrift           |   1 +
 .../join/test_hash_join_probe_side_zero_copy.out   |  16 ++
 .../test_hash_join_probe_side_zero_copy.groovy     | 111 +++++++++
 15 files changed, 1017 insertions(+), 60 deletions(-)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/qe/runtime/RuntimeFiltersThriftBuilderTest.java
 create mode 100644 
regression-test/data/query_p0/join/test_hash_join_probe_side_zero_copy.out
 create mode 100644 
regression-test/suites/query_p0/join/test_hash_join_probe_side_zero_copy.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to