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 7a0dd237059 [Refactor]Refactor workload group metric (#46640) add ff211c3669c [test](UT) Add UT to test pipeline initialization and execution (#46718) No new revisions were added by this update. Summary of changes: be/src/pipeline/exec/exchange_source_operator.cpp | 6 +- be/src/pipeline/pipeline_fragment_context.cpp | 9 +- be/src/pipeline/pipeline_fragment_context.h | 2 +- be/src/pipeline/pipeline_task.cpp | 16 +- be/src/pipeline/pipeline_task.h | 4 +- be/src/runtime/exec_env.h | 1 + be/src/runtime/exec_env_init.cpp | 2 +- be/src/runtime/query_context.cpp | 15 +- be/src/vec/runtime/vdata_stream_mgr.cpp | 12 +- be/src/vec/runtime/vdata_stream_mgr.h | 12 +- be/src/vec/runtime/vdata_stream_recvr.cpp | 11 +- be/src/vec/runtime/vdata_stream_recvr.h | 4 +- be/test/pipeline/pipeline_test.cpp | 340 +++++++++++++++++++++ be/test/pipeline/thrift_builder.h | 354 ++++++++++++++++++++++ 14 files changed, 746 insertions(+), 42 deletions(-) create mode 100644 be/test/pipeline/pipeline_test.cpp create mode 100644 be/test/pipeline/thrift_builder.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org