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


##########
be/src/vec/exec/vintersect_node.cpp:
##########
@@ -45,7 +45,7 @@ Status VIntersectNode::open(RuntimeState* state) {
     START_AND_SCOPE_SPAN(state->get_tracer(), span, "VIntersectNode::open");
     RETURN_IF_ERROR(VSetOperationNode::open(state));
     bool eos = false;
-    Status st;
+    Status st = Status::OK();

Review Comment:
   Maybe not. Add a default constructor and set st to ok?



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