yiguolei commented on code in PR #62842:
URL: https://github.com/apache/doris/pull/62842#discussion_r3502864400
##########
be/src/common/status.h:
##########
@@ -527,7 +527,7 @@ class [[nodiscard]] Status {
void set_code(int code) { _code = code; }
- bool ok() const { return _code == ErrorCode::OK || _code ==
ErrorCode::FINISHED; }
+ bool ok() const { return _code == ErrorCode::OK; }
Review Comment:
I know this problem, But I do not know how many logs, I will check all logs
after this PR merged.
--
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]