yiguolei commented on code in PR #41968: URL: https://github.com/apache/doris/pull/41968#discussion_r1804070935
########## be/src/pipeline/exec/exchange_sink_operator.h: ########## @@ -112,8 +112,8 @@ class ExchangeSinkLocalState final : public PipelineXSinkLocalState<> { return Status::OK(); } Status _send_new_partition_batch(); - std::vector<vectorized::PipChannel*> channels; - std::vector<std::shared_ptr<vectorized::PipChannel>> channel_shared_ptrs; + std::vector<vectorized::Channel*> channels; Review Comment: 为什么保留2个? -- 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