This is an automated email from the ASF dual-hosted git repository.
liulijia pushed a change to branch fix-46902
in repository https://gitbox.apache.org/repos/asf/doris.git
from a67a60ac6e2 fix code style && fix timezone
add 91d3a52f775 [fix](cloud-mow) Fix the issue of inaccurate estimation of
txn size when updating delete bitmap (#46969)
add d542818fbcb [UT](runtime filter) Add runtime filter test case (#47035)
add ad2ef5e68db [fix](test) add bloomfilter to nonConcurrent (#47038)
add 04fc0d41a98 [opt](regression-test) Adjust the stream load timeout
check of the regression framework (#47037)
add 8251d41ac80 Merge branch 'master' into fix-46902
No new revisions were added by this update.
Summary of changes:
be/src/exprs/runtime_filter.cpp | 1343 ++++++++++----------
be/src/exprs/runtime_filter.h | 111 ++
be/src/exprs/runtime_filter_slots.h | 54 +-
be/src/pipeline/exec/operator.cpp | 2 +-
be/src/pipeline/pipeline_fragment_context.cpp | 3 +-
be/src/pipeline/pipeline_fragment_context.h | 3 +-
be/src/pipeline/task_queue.h | 9 +-
be/test/pipeline/dummy_task_queue.h | 50 +
be/test/pipeline/pipeline_test.cpp | 276 +++-
be/test/pipeline/thrift_builder.h | 106 +-
cloud/src/common/config.h | 9 +
cloud/src/meta-service/meta_service.cpp | 53 +-
cloud/test/meta_service_test.cpp | 55 +
gensrc/thrift/PaloInternalService.thrift | 5 +-
gensrc/thrift/PlanNodes.thrift | 2 +-
.../regression/action/StreamLoadAction.groovy | 10 +-
.../bloom_filter_p0/test_bloom_filter.groovy | 2 +-
17 files changed, 1284 insertions(+), 809 deletions(-)
create mode 100644 be/test/pipeline/dummy_task_queue.h
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]