yiguolei commented on code in PR #10717: URL: https://github.com/apache/doris/pull/10717#discussion_r917336066
########## be/src/olap/bloom_filter_predicate.h: ########## @@ -81,18 +80,42 @@ class BloomFilterColumnPredicate : public ColumnPredicate { new_size += _specific_filter->find_uint32_t(dict_col->get_hash_value(idx)); } } + } else if (column.is_column_string()) { + if constexpr (std::is_same_v<file_type, StringValue>) { Review Comment: file_type or fieldType? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org