github-actions[bot] commented on code in PR #16074: URL: https://github.com/apache/doris/pull/16074#discussion_r1073428769
########## be/src/vec/exec/vanalytic_eval_node.h: ########## @@ -33,6 +34,15 @@ struct BlockRowPos { int64_t block_num; //the pos at which block int64_t row_num; //the pos at which row int64_t pos; //pos = all blocks size + row_num + std::string debug_string() { Review Comment: warning: method 'debug_string' can be made const [readability-make-member-function-const] ```suggestion std::string debug_string() const { ``` -- 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