yiguolei commented on code in PR #23072: URL: https://github.com/apache/doris/pull/23072#discussion_r1297948783
########## be/src/common/status.h: ########## @@ -276,7 +273,7 @@ E(INVERTED_INDEX_BUILD_WAITTING, -6008); // clang-format off // whether to capture stacktrace -inline bool capture_stacktrace(int code) { +consteval bool capture_stacktrace(int code) { return code != ErrorCode::OK && code != ErrorCode::END_OF_FILE Review Comment: Status check if could segment compaction() { return not_ready(); } -- 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