zhiqiang-hhhh commented on code in PR #41435:
URL: https://github.com/apache/doris/pull/41435#discussion_r1779351795


##########
be/src/vec/exec/scan/scanner_context.h:
##########
@@ -225,6 +225,8 @@ class ScannerContext : public 
std::enable_shared_from_this<ScannerContext>,
     const int _num_parallel_instances;
     std::shared_ptr<RuntimeProfile> _scanner_profile;
     RuntimeProfile::Counter* _scanner_sched_counter = nullptr;
+    // This counter refers to scan operator's local state
+    RuntimeProfile::Counter* _memory_used_counter = nullptr;

Review Comment:
   `_scan_operator_memory_used_counter` is better



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

Reply via email to