github-actions[bot] commented on code in PR #38695: URL: https://github.com/apache/doris/pull/38695#discussion_r1699646951
########## be/src/olap/task/engine_clone_task.h: ########## @@ -55,6 +55,9 @@ class EngineCloneTask final : public EngineTask { std::vector<TTabletInfo>* tablet_infos); ~EngineCloneTask() override = default; +public: Review Comment: warning: redundant access specifier has the same accessibility as the previous access specifier [readability-redundant-access-specifiers] ```suggestion ``` <details> <summary>Additional context</summary> **be/src/olap/task/engine_clone_task.h:49:** previously declared here ```cpp public: ^ ``` </details> -- 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