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


##########
be/src/exprs/bloom_filter_func.h:
##########
@@ -228,13 +222,24 @@ class BloomFilterFuncBase : public RuntimeFilterFuncBase {
                                                 uint16_t* offsets, int number,
                                                 bool is_parse_column) = 0;
 
+private:
+    void _limit_length() {

Review Comment:
   warning: method '_limit_length' can be made const 
[readability-make-member-function-const]
   
   ```suggestion
       void _limit_length() 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

Reply via email to