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


##########
be/src/pipeline/pipeline_fragment_context.h:
##########
@@ -169,6 +169,7 @@ class PipelineFragmentContext : public 
std::enable_shared_from_this<PipelineFrag
 
     ExecNode* _root_plan = nullptr; // lives in _runtime_state->obj_pool()
     std::unique_ptr<DataSink> _sink;
+    std::vector<std::unique_ptr<DataSink>> _multi_cast_stream_sink_senders;

Review Comment:
   the `_multi_cast_stream_sink_senders ` is special, so now just keep the 
vector, if not use, only a pointer



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