github-actions[bot] commented on code in PR #28217:
URL: https://github.com/apache/doris/pull/28217#discussion_r1421753087


##########
be/src/runtime/query_context.h:
##########
@@ -199,6 +204,17 @@ class QueryContext {
 
     pipeline::Dependency* get_execution_dependency() { return 
_execution_dependency.get(); }
 
+    Status add_scan_bytes(uint64_t bytes) {

Review Comment:
   warning: method 'add_scan_bytes' can be made static 
[readability-convert-member-functions-to-static]
   
   ```suggestion
       static Status add_scan_bytes(uint64_t bytes) {
   ```
   



-- 
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

Reply via email to