wangbo commented on code in PR #25489:
URL: https://github.com/apache/doris/pull/25489#discussion_r1361854171


##########
be/src/pipeline/task_scheduler.cpp:
##########
@@ -45,14 +45,12 @@
 
 namespace doris::pipeline {
 
-BlockedTaskScheduler::BlockedTaskScheduler(std::shared_ptr<TaskQueue> 
task_queue)
-        : _task_queue(std::move(task_queue)), _started(false), 
_shutdown(false) {}
+BlockedTaskScheduler::BlockedTaskScheduler() : _started(false), 
_shutdown(false) {}
 
-Status BlockedTaskScheduler::start() {
+Status BlockedTaskScheduler::start(std::string sche_name) {

Review Comment:
   this is doris !



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to