zclllyybb commented on code in PR #26673:
URL: https://github.com/apache/doris/pull/26673#discussion_r1447772491


##########
be/src/vec/exprs/vruntimefilter_wrapper.cpp:
##########
@@ -49,14 +49,20 @@ VRuntimeFilterWrapper::VRuntimeFilterWrapper(const 
TExprNode& node, const VExprS
 
 Status VRuntimeFilterWrapper::prepare(RuntimeState* state, const 
RowDescriptor& desc,
                                       VExprContext* context) {
-    RETURN_IF_ERROR_OR_PREPARED(_impl->prepare(state, desc, context));
+    RETURN_IF_ERROR_OR_PREPARED(VExpr::prepare(state, desc, context));

Review Comment:
   what indeed should this do...



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

Reply via email to