zclllyybb commented on code in PR #15925: URL: https://github.com/apache/doris/pull/15925#discussion_r1073208388
########## be/src/olap/in_list_predicate.h: ########## @@ -120,15 +114,16 @@ class InListPredicateBase : public ColumnPredicate { if constexpr (is_string_type(Type) || Type == TYPE_DECIMALV2 || is_date_type(Type)) { _values = new phmap::flat_hash_set<T>(); auto values = ((HybridSetType*)hybrid_set.get())->get_inner_set(); + // type = phmap::flat_hash_set<std::string> Review Comment: it's type hint. I'll make it clearer -- 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