yiguolei commented on code in PR #41602:
URL: https://github.com/apache/doris/pull/41602#discussion_r1794653854
##########
be/src/pipeline/exec/operator.cpp:
##########
@@ -345,9 +345,8 @@ void
PipelineXLocalStateBase::reached_limit(vectorized::Block* block, bool* eos)
});
if (auto rows = block->rows()) {
- _num_rows_returned += rows;
+ COUNTER_UPDATE(_rows_returned_counter, rows);
Review Comment:
这里统一给加了,然后每个operator 内部也在加,难道没有错吗?
--
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]