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 1d2ae9fb884 [feat](bi) support default_init_catalog user property for 
external catalog (#49658)
     add 13602d38f46 [Chore](runtime-filter) remove RuntimeFIlterParamsContext 
(#49837)

No new revisions were added by this update.

Summary of changes:
 .../exec/multi_cast_data_stream_source.cpp         |  11 +--
 be/src/pipeline/exec/scan_operator.cpp             |   7 +-
 be/src/pipeline/exec/scan_operator.h               |   4 +-
 be/src/pipeline/pipeline_fragment_context.cpp      |   8 +-
 be/src/pipeline/pipeline_fragment_context.h        |   2 -
 be/src/pipeline/pipeline_task.cpp                  |   2 +-
 be/src/runtime/fragment_mgr.cpp                    |  42 +++++----
 be/src/runtime/fragment_mgr.h                      |   5 +-
 be/src/runtime/query_context.cpp                   |   3 +-
 be/src/runtime/query_context.h                     |   2 +-
 be/src/runtime/runtime_state.cpp                   |  10 +-
 be/src/runtime_filter/runtime_filter.cpp           |  19 ++--
 be/src/runtime_filter/runtime_filter.h             |  15 +--
 be/src/runtime_filter/runtime_filter_consumer.cpp  |  32 +++----
 be/src/runtime_filter/runtime_filter_consumer.h    |  34 +++----
 .../runtime_filter_consumer_helper.cpp             |  85 +++++++----------
 .../runtime_filter_consumer_helper.h               |  34 +++----
 be/src/runtime_filter/runtime_filter_definitions.h |  27 ------
 be/src/runtime_filter/runtime_filter_merger.h      |  28 ++----
 be/src/runtime_filter/runtime_filter_mgr.cpp       | 102 +++++++--------------
 be/src/runtime_filter/runtime_filter_mgr.h         |  46 ++++------
 be/src/runtime_filter/runtime_filter_producer.cpp  |  66 ++++++-------
 be/src/runtime_filter/runtime_filter_producer.h    |  24 +++--
 .../runtime_filter_producer_helper.cpp             |  13 ++-
 .../runtime_filter_producer_helper.h               |   2 +-
 be/src/runtime_filter/runtime_filter_wrapper.cpp   |  24 ++---
 be/src/runtime_filter/runtime_filter_wrapper.h     |  26 +++---
 be/src/vec/exec/scan/scanner.cpp                   |   3 +-
 .../operator/partitioned_hash_join_test_helper.h   |   2 +-
 be/test/pipeline/pipeline_test.cpp                 |   5 +-
 .../runtime_filter_consumer_helper_test.cpp        |  19 ++--
 .../runtime_filter_consumer_test.cpp               |  71 +++++---------
 .../runtime_filter_definitions_test.cpp            |  70 --------------
 .../runtime_filter/runtime_filter_merger_test.cpp  |  47 ++--------
 be/test/runtime_filter/runtime_filter_mgr_test.cpp |  61 ++++++------
 .../runtime_filter_producer_test.cpp               |  83 ++++++-----------
 be/test/runtime_filter/runtime_filter_test_utils.h |   6 +-
 .../runtime_filter/runtime_filter_wrapper_test.cpp |  31 ++-----
 38 files changed, 383 insertions(+), 688 deletions(-)
 delete mode 100644 be/test/runtime_filter/runtime_filter_definitions_test.cpp


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

Reply via email to