yiguolei commented on code in PR #34402: URL: https://github.com/apache/doris/pull/34402#discussion_r1590849779
########## be/src/pipeline/task_scheduler.cpp: ########## @@ -101,8 +98,7 @@ void _close_task(PipelineTask* task, PipelineTaskState state, Status exec_status } void TaskScheduler::_do_work(size_t index) { - const auto& marker = _markers[index]; - while (*marker) { + while (_markers[index]) { Review Comment: 这里语义似乎跟之前不一样。 原来是相当于 *_markers[index] -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org