yiguolei commented on code in PR #65578:
URL: https://github.com/apache/doris/pull/65578#discussion_r3592392606
##########
be/src/exprs/block_bloom_filter_impl.cc:
##########
@@ -56,24 +58,25 @@ BlockBloomFilter::~BlockBloomFilter() {
Status BlockBloomFilter::init_internal(const int log_space_bytes, uint32_t
hash_seed) {
// Since log_space_bytes is in bytes, we need to convert it to the number
of tiny
// Bloom filters we will use.
- _log_num_buckets = std::max(1, log_space_bytes - kLogBucketByteSize);
Review Comment:
_log_num_buckets 这个变量还有用吗?
--
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]