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


##########
be/src/exprs/vdirect_in_predicate.h:
##########
@@ -49,6 +60,7 @@ class VDirectInPredicate final : public VExpr {
                 FunctionContext::FunctionStateScope scope) override {
         DCHECK(_prepare_finished);
         RETURN_IF_ERROR(VExpr::open(state, context, scope));
+        RETURN_IF_ERROR(_materialize_for_zonemap_filter());

Review Comment:
   这里是干啥的?感觉materialized 好奇怪



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