BiteTheDDDDt commented on code in PR #48168:
URL: https://github.com/apache/doris/pull/48168#discussion_r1964665137
##########
be/src/pipeline/task_scheduler.cpp:
##########
@@ -127,12 +132,10 @@ void TaskScheduler::_do_work(int index) {
// Close task if canceled
if (canceled) {
- fragment_is_finished = close_task(task,
fragment_ctx->get_query_ctx()->exec_status());
+ status = fragment_ctx->get_query_ctx()->exec_status();
+ DCHECK(!status.ok()) << status.to_string();
Review Comment:
ok的status to string 应该是固定的?
--
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]