github-actions[bot] commented on code in PR #27829: URL: https://github.com/apache/doris/pull/27829#discussion_r1420089121
########## be/src/exprs/runtime_filter.h: ########## @@ -231,9 +231,10 @@ class IRuntimeFilter { ~IRuntimeFilter() = default; - static Status create(RuntimeState* state, ObjectPool* pool, const TRuntimeFilterDesc* desc, - const TQueryOptions* query_options, const RuntimeFilterRole role, - int node_id, IRuntimeFilter** res, bool build_bf_exactly = false); + static Status create(RuntimeFilterparams* state, ObjectPool* pool, + const TRuntimeFilterDesc* desc, const TQueryOptions* query_options, + const RuntimeFilterRole role, int node_id, IRuntimeFilter** res, Review Comment: warning: parameter 'role' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions [readability-avoid-const-params-in-decls] ```suggestion RuntimeFilterRole role, int node_id, IRuntimeFilter** res, ``` -- 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