github-actions[bot] commented on code in PR #27724: URL: https://github.com/apache/doris/pull/27724#discussion_r1407845700
########## be/src/common/config.h: ########## @@ -1199,6 +1199,9 @@ DECLARE_Int32(download_binlog_rate_limit_kbs); DECLARE_mInt32(buffered_reader_read_timeout_ms); +// whether to enable /api/snapshot api +DECLARE_Bool(enable_snapshot_action) Review Comment: warning: expected ';' after top level declarator [clang-diagnostic-error] ```suggestion DECLARE_Bool(enable_snapshot_action); ``` -- 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