BiteTheDDDDt commented on code in PR #64128:
URL: https://github.com/apache/doris/pull/64128#discussion_r3400449157


##########
be/src/storage/predicate/bitmap_filter_predicate.h:
##########
@@ -88,12 +88,9 @@ class BitmapFilterColumnPredicate final : public 
ColumnPredicate {
             DCHECK(null_map);
         }
 
-        uint16_t new_size = 0;
-        new_size = _specific_filter->find_fixed_len_olap_engine(
-                (char*)assert_cast<const 
PredicateColumnType<PredicateEvaluateType<T>>*>(&column)

Review 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: [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]

Reply via email to