yiguolei commented on code in PR #41602: URL: https://github.com/apache/doris/pull/41602#discussion_r1794655167
########## be/src/pipeline/exec/aggregation_source_operator.cpp: ########## @@ -460,18 +460,16 @@ void AggLocalState::do_agg_limit(vectorized::Block* block, bool* eos) { if (_shared_state->do_sort_limit && _shared_state->do_limit_filter(block, block->rows())) { vectorized::Block::filter_block_internal(block, _shared_state->need_computes); if (auto rows = block->rows()) { - _num_rows_returned += rows; + add_num_rows_returned(rows); Review Comment: 这里也加,然后base 里也加? -- 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