morningman commented on a change in pull request #3584:
URL: https://github.com/apache/incubator-doris/pull/3584#discussion_r429788998



##########
File path: be/src/runtime/query_statistics.h
##########
@@ -71,6 +77,9 @@ class QueryStatistics {
 
     int64_t scan_rows;
     int64_t scan_bytes;
+    // number rows returned by query.
+    // only set once by result sink when closing.
+    int64_t returned_rows;

Review comment:
       Done




----------------------------------------------------------------
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.

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

Reply via email to