yiguolei commented on code in PR #30900:
URL: https://github.com/apache/doris/pull/30900#discussion_r1490250293
##########
be/src/exprs/runtime_filter.cpp:
##########
@@ -735,7 +735,9 @@ class RuntimePredicateWrapper {
_is_bloomfilter = true;
// we won't use this class to insert or find any data
// so any type is ok
-
_context.bloom_filter_func.reset(create_bloom_filter(PrimitiveType::TYPE_INT));
+
_context.bloom_filter_func.reset(create_bloom_filter(_column_return_type ==
INVALID_TYPE
+ ?
PrimitiveType::TYPE_INT
Review Comment:
why assign type int when it is invalid 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]