xiaokang commented on code in PR #11757: URL: https://github.com/apache/doris/pull/11757#discussion_r945418160
########## be/src/vec/exec/volap_scanner.h: ########## @@ -134,6 +134,7 @@ class VOlapScanner { // time costed and row returned statistics int64_t _num_rows_read = 0; Review Comment: I'm not sure about this. But the code for update _num_rows_read and _raw_rows_read seems to be very different. BTW, if you mean _num_rows_read and _num_rows_return, they are not the same. _num_rows_return is smaller than _num_rows_read, since _num_rows_return is counted after filter_block. -- 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