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

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


    from 70f5b0006fe [fix](Nereids) ctas throw npe when default value is null 
(#25009)
     add 7b2ff384019 query cpu hard limit based on doris scheduler (#24844)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.cpp                           |   1 +
 be/src/common/config.h                             |   1 +
 be/src/pipeline/pipeline_task.cpp                  |  24 ++++-
 be/src/pipeline/pipeline_task.h                    |  20 ++++
 be/src/pipeline/task_queue.cpp                     |  46 ++++++++-
 be/src/pipeline/task_queue.h                       |   9 ++
 be/src/pipeline/task_scheduler.cpp                 |   4 +
 be/src/runtime/fragment_mgr.cpp                    |   3 +-
 be/src/runtime/task_group/task_group.cpp           |  21 +++-
 be/src/runtime/task_group/task_group.h             |  10 ++
 be/src/vec/exec/scan/scan_task_queue.cpp           |  47 ++++++++-
 be/src/vec/exec/scan/scan_task_queue.h             |   9 ++
 be/src/vec/exec/scan/scanner_scheduler.cpp         |  20 +++-
 be/src/vec/exec/scan/scanner_scheduler.h           |   4 +
 .../resource/workloadgroup/WorkloadGroup.java      |   2 +-
 .../resource/workloadgroup/WorkloadGroupMgr.java   | 107 +++++++++++++++------
 16 files changed, 283 insertions(+), 45 deletions(-)


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

Reply via email to