yiguolei commented on code in PR #55411:
URL: https://github.com/apache/doris/pull/55411#discussion_r2306384612
##########
be/src/runtime/query_context.h:
##########
@@ -205,7 +205,7 @@ class QueryContext : public
std::enable_shared_from_this<QueryContext> {
return _memory_sufficient_dependency.get();
}
- doris::pipeline::TaskScheduler* get_pipe_exec_scheduler();
+ doris::pipeline::HybridTaskScheduler* get_pipe_exec_scheduler();
Review Comment:
这里也是感知task scheduler 就行,不要感知hybrid task scheduler
--
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]