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