HappenLee commented on code in PR #54942:
URL: https://github.com/apache/doris/pull/54942#discussion_r2283933840


##########
be/src/vec/exprs/vbitmap_predicate.cpp:
##########
@@ -106,13 +106,7 @@ doris::Status 
vectorized::VBitmapPredicate::execute(vectorized::VExprContext* co
         _filter->find_batch(argument_column->get_raw_data().data, nullptr, sz, 
ptr);
     }
 
-    if (_data_type->is_nullable()) {
-        auto null_map = ColumnUInt8::create(block->rows(), 0);
-        block->insert({ColumnNullable::create(std::move(res_data_column), 
std::move(null_map)),

Review Comment:
   原来写的时候就是没用的,走不到,rf构造的时候默认是非null的



-- 
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