HappenLee commented on code in PR #32180:
URL: https://github.com/apache/doris/pull/32180#discussion_r1544253421
##########
be/src/exprs/bloom_filter_func.h:
##########
@@ -195,10 +197,7 @@ class BloomFilterFuncBase : public RuntimeFilterFuncBase {
*len = _bloom_filter->size();
}
- bool contain_null() const {
- DCHECK(_bloom_filter);
- return _bloom_filter->contain_null();
- }
+ bool contain_null() const { return _bloom_filter->contain_null(); }
Review Comment:
Why del the DCHECK?
--
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]