This is an automated email from the ASF dual-hosted git repository.
panxiaolei pushed a change to branch refactor_rf
in repository https://gitbox.apache.org/repos/asf/doris.git
from 718e4ff2707 [runtime filter](UT) test in filter (#48562)
add f9a3d901399 add more test and some fix
No new revisions were added by this update.
Summary of changes:
be/src/pipeline/exec/hashjoin_build_sink.cpp | 3 +-
be/src/runtime_filter/runtime_filter.cpp | 3 -
be/src/runtime_filter/runtime_filter.h | 1 +
.../runtime_filter_consumer_helper.cpp | 4 +-
.../runtime_filter_consumer_helper.h | 4 +-
be/src/runtime_filter/runtime_filter_definitions.h | 3 +-
be/src/runtime_filter/runtime_filter_mgr.h | 2 +-
be/src/runtime_filter/runtime_filter_producer.h | 4 +-
.../runtime_filter_producer_helper.cpp | 7 +-
.../runtime_filter_producer_helper.h | 3 +-
.../runtime_filter_producer_helper_cross.h | 2 +-
be/src/runtime_filter/runtime_filter_wrapper.cpp | 9 +-
be/src/runtime_filter/utils.cpp | 106 ----------------
be/src/runtime_filter/utils.h | 6 -
be/test/pipeline/thrift_builder.h | 2 +-
.../runtime_filter_consumer_helper_test.cpp | 108 +++++++++++++++++
.../runtime_filter_consumer_test.cpp | 94 ++++++++++++--
.../runtime_filter/runtime_filter_merger_test.cpp | 31 +++--
.../runtime_filter_producer_helper_cross_test.cpp | 84 +++++++++++++
.../runtime_filter_producer_helper_test.cpp | 135 +++++++++++++++++++++
.../runtime_filter_producer_test.cpp | 8 +-
be/test/runtime_filter/runtime_filter_test_utils.h | 8 +-
.../runtime_filter/runtime_filter_wrapper_test.cpp | 2 +-
gensrc/proto/internal_service.proto | 2 +-
24 files changed, 475 insertions(+), 156 deletions(-)
create mode 100644
be/test/runtime_filter/runtime_filter_consumer_helper_test.cpp
create mode 100644
be/test/runtime_filter/runtime_filter_producer_helper_cross_test.cpp
create mode 100644
be/test/runtime_filter/runtime_filter_producer_helper_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]