yiguolei commented on code in PR #55411:
URL: https://github.com/apache/doris/pull/55411#discussion_r2306383969
##########
be/src/exec/rowid_fetcher.cpp:
##########
@@ -774,7 +774,7 @@ Status RowIdStorageReader::read_batch_external_row(
std::vector<uint64_t> workload_group_ids;
workload_group_ids.emplace_back(workload_group_id);
auto wg =
ExecEnv::GetInstance()->workload_group_mgr()->get_group(workload_group_ids);
- doris::pipeline::TaskScheduler* exec_sched = nullptr;
Review Comment:
这里不应该感知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]