github-actions[bot] commented on code in PR #25498: URL: https://github.com/apache/doris/pull/25498#discussion_r1362126585
########## be/src/pipeline/pipeline_fragment_context.cpp: ########## @@ -887,4 +889,19 @@ Status PipelineFragmentContext::send_report(bool done) { shared_from_this()); } +bool PipelineFragmentContext::_has_inverted_index(TOlapTableSink sink) { Review Comment: warning: method '_has_inverted_index' can be made static [readability-convert-member-functions-to-static] be/src/pipeline/pipeline_fragment_context.h:219: ```diff - bool _has_inverted_index(TOlapTableSink sink); + static bool _has_inverted_index(TOlapTableSink sink); ``` -- 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