This is an automated email from the ASF dual-hosted git repository.
gabriellee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 0ba33494596 [Fix]fix query statistics leak in BE (#49325)
add 97e7789feb0 [refactor](pipeline) Refactor state transition in pipeline
task (#49281)
No new revisions were added by this update.
Summary of changes:
be/src/pipeline/dependency.cpp | 24 +-
be/src/pipeline/dependency.h | 8 +-
be/src/pipeline/exec/multi_cast_data_streamer.cpp | 2 +-
.../exec/partitioned_hash_join_sink_operator.cpp | 4 +-
be/src/pipeline/exec/schema_scan_operator.cpp | 2 +-
be/src/pipeline/pipeline.cpp | 2 +-
be/src/pipeline/pipeline_fragment_context.cpp | 2 +-
be/src/pipeline/pipeline_task.cpp | 354 ++++++++++++---------
be/src/pipeline/pipeline_task.h | 151 ++++++---
be/src/pipeline/task_scheduler.cpp | 29 +-
be/src/runtime/query_context.cpp | 5 +-
.../partitioned_aggregation_sink_operator_test.cpp | 26 +-
...artitioned_aggregation_source_operator_test.cpp | 12 +-
be/test/pipeline/pipeline_test.cpp | 6 +-
14 files changed, 352 insertions(+), 275 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]