You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by pa...@apache.org on 2022/10/28 02:59:34 UTC

[doris] branch master updated (5805011629 -> 2fab0c45c7)

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

panxiaolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 5805011629 [Feature](string-function) Add function mask/mask_first_n/mask_last_n (#13694)
     add 2fab0c45c7 [Feature](runtime-filter) add runtime filter breaking change adapt (#13246)

No new revisions were added by this update.

Summary of changes:
 ...eartbeat_server.h => be_exec_version_manager.h} | 60 ++++++--------------
 be/src/agent/heartbeat_server.cpp                  | 34 ++---------
 be/src/agent/heartbeat_server.h                    | 17 ------
 be/src/exprs/bloomfilter_predicate.h               | 15 +++++
 be/src/exprs/runtime_filter.cpp                    | 66 ++++++++++++++--------
 be/src/exprs/runtime_filter.h                      | 17 +++---
 be/src/olap/bloom_filter_predicate.cpp             | 16 +++---
 be/src/olap/bloom_filter_predicate.h               | 14 +++--
 be/src/olap/reader.cpp                             | 14 ++---
 be/src/runtime/fragment_mgr.cpp                    |  8 +--
 be/src/runtime/runtime_filter_mgr.cpp              | 10 ++--
 be/src/runtime/runtime_filter_mgr.h                |  9 ++-
 be/src/runtime/runtime_state.h                     | 16 +++---
 .../aggregate_function_sort.cpp                    | 10 ++--
 .../aggregate_functions/aggregate_function_sort.h  | 24 ++++----
 be/src/vec/core/block.cpp                          |  9 +--
 be/src/vec/core/block.h                            |  4 +-
 be/src/vec/exprs/vbloom_predicate.cpp              |  7 +--
 be/src/vec/exprs/vbloom_predicate.h                |  3 +-
 be/src/vec/exprs/vectorized_agg_fn.cpp             |  4 +-
 be/src/vec/sink/vdata_stream_sender.cpp            |  5 +-
 be/src/vec/sink/vtablet_sink.cpp                   |  3 +-
 .../olap/bloom_filter_column_predicate_test.cpp    |  8 +--
 be/test/vec/core/block_test.cpp                    |  4 +-
 be/test/vec/core/column_complex_test.cpp           | 10 ++--
 docs/en/docs/admin-manual/config/fe-config.md      |  6 +-
 docs/zh-CN/docs/admin-manual/config/fe-config.md   |  6 +-
 .../apache/doris/planner/StreamLoadPlanner.java    |  1 +
 .../main/java/org/apache/doris/qe/Coordinator.java |  1 +
 .../java/org/apache/doris/qe/SessionVariable.java  |  2 +
 .../java/org/apache/doris/system/HeartbeatMgr.java |  1 -
 gensrc/thrift/HeartbeatService.thrift              |  1 -
 gensrc/thrift/PaloInternalService.thrift           |  2 +
 33 files changed, 183 insertions(+), 224 deletions(-)
 copy be/src/agent/{heartbeat_server.h => be_exec_version_manager.h} (52%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org