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


##########
be/src/exprs/lambda_function/lambda_function.h:
##########
@@ -31,7 +31,8 @@ class LambdaFunction {
 
     virtual std::string get_name() const = 0;
 
-    virtual doris::Status prepare(RuntimeState* state) {
+    virtual doris::Status prepare(RuntimeState* state, const VExprSPtrs& 
children) {
+        static_cast<void>(children);
         batch_size = state->batch_size();

Review Comment:
   新加的这行代码要干什么?



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