yiguolei commented on code in PR #23072: URL: https://github.com/apache/doris/pull/23072#discussion_r1296579923
########## be/src/common/status.h: ########## @@ -413,17 +424,6 @@ class Status { bool ok() const { return _code == ErrorCode::OK; } - bool is_io_error() const { Review Comment: are you sure we could remove is_io_error method? -- 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