This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 77c1893b90e [fix](Nereids) variant push down not work on slot without
table (#33356)
add 80526d73349 [pipelineX](runtime filter) Fix task timeout caused by
runtime filter (#33332)
No new revisions were added by this update.
Summary of changes:
be/src/exprs/runtime_filter.cpp | 23 ++++-
be/src/exprs/runtime_filter.h | 4 +-
.../exec/multi_cast_data_stream_source.cpp | 27 +++--
.../pipeline/exec/multi_cast_data_stream_source.h | 19 +++-
be/src/pipeline/exec/scan_operator.cpp | 21 ++--
be/src/pipeline/exec/scan_operator.h | 17 +++-
be/src/pipeline/pipeline_x/dependency.cpp | 112 +++++++--------------
be/src/pipeline/pipeline_x/dependency.h | 78 ++++----------
be/src/pipeline/pipeline_x/operator.h | 2 +-
be/src/pipeline/pipeline_x/pipeline_x_task.cpp | 50 ++++-----
be/src/pipeline/pipeline_x/pipeline_x_task.h | 14 ++-
be/src/runtime/runtime_state.cpp | 2 +
be/src/runtime/runtime_state.h | 1 +
be/src/vec/exec/runtime_filter_consumer.cpp | 59 +++++++----
be/src/vec/exec/runtime_filter_consumer.h | 8 +-
be/src/vec/exec/scan/vscan_node.cpp | 2 +-
16 files changed, 221 insertions(+), 218 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]