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 c583d4b59dc [bugfix](becore) be core when exist elegantly (#49826) add d3abcbbd297 [UT](pipeline) Add UT cases for pipeline task (#49820) No new revisions were added by this update. Summary of changes: be/src/pipeline/exec/operator.cpp | 5 + be/src/pipeline/exec/operator.h | 43 ++++++ be/src/pipeline/pipeline_fragment_context.cpp | 5 +- be/src/pipeline/pipeline_task.cpp | 67 ++++----- be/src/pipeline/pipeline_task.h | 2 +- be/test/pipeline/pipeline_task_test.cpp | 192 ++++++++++++++++++++++++++ be/test/pipeline/pipeline_test.cpp | 7 +- 7 files changed, 273 insertions(+), 48 deletions(-) create mode 100644 be/test/pipeline/pipeline_task_test.cpp --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org