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


##########
be/src/vec/exprs/vbloom_predicate.cpp:
##########
@@ -67,10 +67,20 @@ Status VBloomPredicate::execute(VExprContext* context, 
Block* block, int* result
     auto ptr = 
((ColumnVector<UInt8>*)res_data_column.get())->get_data().data();
     auto type = 
WhichDataType(remove_nullable(block->get_by_position(arguments[0]).type));
     if (type.is_string_or_fixed_string()) {

Review Comment:
   Why the new hash only used at string type?



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