yiguolei commented on code in PR #67784:
URL: https://github.com/apache/doris/pull/67784#discussion_r4056213086


##########
be/src/exprs/create_predicate_function.h:
##########
@@ -130,7 +131,11 @@ inline auto create_minmax_filter(PrimitiveType type, bool 
null_aware) {
 }
 
 template <size_t N = 0>
-inline auto create_set(PrimitiveType type, bool null_aware) {
+inline HybridSetBase* create_set(PrimitiveType type, bool null_aware) {

Review Comment:
   我们这个predicate 不会支持binary 类型的



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