BiteTheDDDDt commented on code in PR #49335: URL: https://github.com/apache/doris/pull/49335#discussion_r2036459227
########## be/src/pipeline/exec/exchange_sink_operator.cpp: ########## @@ -368,11 +379,11 @@ Status ExchangeSinkOperatorX::sink(RuntimeState* state, vectorized::Block* block set_low_memory_mode(state); } - if (_part_type == TPartitionType::UNPARTITIONED || local_state.channels.size() == 1) { Review Comment: does we need keep channels.size() == 1? seem it is a optimization -- 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