yiguolei commented on code in PR #31067: URL: https://github.com/apache/doris/pull/31067#discussion_r1496966371
########## be/src/runtime/runtime_state.h: ########## @@ -454,7 +452,10 @@ class RuntimeState { // if load mem limit is not set, or is zero, using query mem limit instead. int64_t get_load_mem_limit(); Review Comment: add a new method global_runtime_filter_manager to get the query ctx's rf manager. So that the code is more clear: runtimestate->local_runtime_filter_manager runtimestate->global_runtime_filter_manager -- 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