This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 114226e946a [Enhancement](ai) move AI function to block scheduler
(#55886)
add 64cb56f44a5 [Exec](pipeline) Do refactor to change materalization
operator to hyper schduler (#55870)
No new revisions were added by this update.
Summary of changes:
be/src/exec/rowid_fetcher.cpp | 4 -
be/src/exec/rowid_fetcher.h | 5 +
be/src/pipeline/dependency.cpp | 224 -------------
be/src/pipeline/dependency.h | 39 ---
be/src/pipeline/exec/materialization_opertor.cpp | 362 +++++++++++++++++++++
be/src/pipeline/exec/materialization_opertor.h | 125 +++++++
.../exec/materialization_sink_operator.cpp | 155 ---------
.../pipeline/exec/materialization_sink_operator.h | 70 ----
.../exec/materialization_source_operator.cpp | 72 ----
.../exec/materialization_source_operator.h | 72 ----
be/src/pipeline/exec/operator.cpp | 6 +-
be/src/pipeline/pipeline_fragment_context.cpp | 21 +-
.../operator/materialization_shared_state_test.cpp | 66 ++--
13 files changed, 518 insertions(+), 703 deletions(-)
create mode 100644 be/src/pipeline/exec/materialization_opertor.cpp
create mode 100644 be/src/pipeline/exec/materialization_opertor.h
delete mode 100644 be/src/pipeline/exec/materialization_sink_operator.cpp
delete mode 100644 be/src/pipeline/exec/materialization_sink_operator.h
delete mode 100644 be/src/pipeline/exec/materialization_source_operator.cpp
delete mode 100644 be/src/pipeline/exec/materialization_source_operator.h
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]