You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by lu...@apache.org on 2023/06/25 06:43:42 UTC

[doris] branch master updated (80d54368e0 -> 76bdcf1d26)

This is an automated email from the ASF dual-hosted git repository.

luozenglin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 80d54368e0 [minor](Nereids) replace some nullable field to Optional (#20967)
     add 76bdcf1d26 [improvement](pipeline) task group scan entity (#19924)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.cpp                           |   2 +-
 be/src/common/config.h                             |   2 +-
 be/src/pipeline/pipeline_fragment_context.cpp      |   5 +-
 be/src/pipeline/pipeline_fragment_context.h        |  10 +-
 be/src/pipeline/pipeline_task.cpp                  |  30 ++-
 be/src/pipeline/pipeline_task.h                    |  25 +--
 be/src/pipeline/task_queue.cpp                     |  59 +++---
 be/src/pipeline/task_queue.h                       |  28 +--
 be/src/pipeline/task_scheduler.cpp                 |   6 +-
 be/src/pipeline/task_scheduler.h                   |   3 +-
 be/src/runtime/exec_env.h                          |   5 +
 be/src/runtime/exec_env_init.cpp                   |   3 +
 be/src/runtime/fragment_mgr.cpp                    |   2 +-
 be/src/runtime/task_group/task_group.cpp           |  98 ++++++----
 be/src/runtime/task_group/task_group.h             |  59 ++++--
 be/src/runtime/task_group/task_group_manager.cpp   |   8 +-
 be/src/runtime/task_group/task_group_manager.h     |   8 +-
 be/src/util/mem_info.cpp                           |   5 +-
 be/src/vec/exec/scan/scan_task_queue.cpp           | 213 +++++++++++++++++++++
 be/src/vec/exec/scan/scan_task_queue.h             |  98 ++++++++++
 be/src/vec/exec/scan/scanner_context.cpp           |  19 ++
 be/src/vec/exec/scan/scanner_context.h             |   6 +
 be/src/vec/exec/scan/scanner_scheduler.cpp         |  60 +++++-
 be/src/vec/exec/scan/scanner_scheduler.h           |  13 ++
 be/src/vec/exec/scan/vscanner.h                    |   2 +
 docs/en/docs/admin-manual/query-profile.md         |   2 +-
 docs/zh-CN/docs/admin-manual/query-profile.md      |   2 +-
 .../main/java/org/apache/doris/common/Config.java  |   2 +-
 28 files changed, 621 insertions(+), 154 deletions(-)
 create mode 100644 be/src/vec/exec/scan/scan_task_queue.cpp
 create mode 100644 be/src/vec/exec/scan/scan_task_queue.h


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org