HappenLee commented on code in PR #15040:
URL: https://github.com/apache/doris/pull/15040#discussion_r1050706005


##########
be/src/exec/exec_node.h:
##########
@@ -96,6 +96,8 @@ class ExecNode {
     // so only vectorized exec node need to impl
     virtual Status alloc_resource(RuntimeState* state);
 
+    virtual bool runtime_filters_are_ready_or_timeout() { return true; }

Review Comment:
   better virtual function in `new_scan_node` 



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