yiguolei commented on code in PR #47947:
URL: https://github.com/apache/doris/pull/47947#discussion_r1957355123
##########
be/src/pipeline/exec/data_queue.cpp:
##########
@@ -149,9 +149,8 @@ void
DataQueue::push_block(std::unique_ptr<vectorized::Block> block, int child_i
_sink_dependencies[child_idx]->block();
}
_cur_blocks_total_nums++;
- if (_source_dependency) {
Review Comment:
我看这里很多地方都判断了 source dependency 是否为null,他到底是否可能为null
--
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]