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


##########
be/src/vec/exprs/vectorized_fn_call.h:
##########
@@ -64,6 +64,7 @@ class VectorizedFnCall : public VExpr {
     const std::string& expr_name() const override;
     std::string function_name() const;
     std::string debug_string() const override;
+    bool is_blockable() const override { return _function->is_blockable(); }

Review Comment:
   not only consider now func, must consider his child



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