zhannngchen commented on code in PR #32355: URL: https://github.com/apache/doris/pull/32355#discussion_r1528327825
########## be/src/olap/rowset/segment_v2/bloom_filter.h: ########## @@ -181,6 +208,8 @@ class BloomFilter { uint32_t _size; // last byte's pointer in data for null flag bool* _has_null = nullptr; + // is this bf used for write Review Comment: The variable is only used for debugging, you should declear it in comment -- 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