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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]