yiguolei commented on code in PR #46929:
URL: https://github.com/apache/doris/pull/46929#discussion_r1914212815


##########
be/src/runtime/runtime_state.cpp:
##########
@@ -541,4 +541,8 @@ std::vector<std::shared_ptr<RuntimeProfile>> 
RuntimeState::build_pipeline_profil
     return _pipeline_id_to_profile;
 }
 
+bool RuntimeState::enable_reserve_memory() const {
+    return _query_options.__isset.enable_reserve_memory && 
_query_options.enable_reserve_memory &&

Review Comment:
   只保留  _query_ctx->enable_reserve_memory();



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