github-actions[bot] commented on code in PR #33579: URL: https://github.com/apache/doris/pull/33579#discussion_r1562081084
########## be/src/vec/exec/scan/scanner_scheduler.h: ########## @@ -127,6 +127,15 @@ class SimplifiedScanScheduler { return Status::OK(); } + Status start(int max_thread_num, int min_thread_num, int queue_size) { Review Comment: warning: method 'start' can be made static [readability-convert-member-functions-to-static] ```suggestion static Status start(int max_thread_num, int min_thread_num, int queue_size) { ``` -- 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