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


##########
be/src/runtime/runtime_state.cpp:
##########
@@ -184,10 +184,15 @@ RuntimeState::~RuntimeState() {
     if (_error_log_file != nullptr && _error_log_file->is_open()) {
         _error_log_file->close();
     }
-
     _obj_pool->clear();
 }
 
+void RuntimeState::deregister_runtime_filter() {

Review Comment:
   那些没有等到的runtime filter,我们怎么处理的?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to