liutang123 commented on code in PR #23142:
URL: https://github.com/apache/doris/pull/23142#discussion_r1339471901
##########
be/src/runtime/runtime_state.cpp:
##########
@@ -305,6 +305,13 @@ void
RuntimeState::get_unreported_errors(std::vector<std::string>* new_errors) {
}
}
+Status RuntimeState::query_status() {
+ auto st = _query_ctx->exec_status();
Review Comment:
When canceling pipeline fragment context or updating the status of pipeline
fragment context, query context will be changed at the same time.
We use this status to try_close or close sink.
--
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]