yiguolei commented on code in PR #33900:
URL: https://github.com/apache/doris/pull/33900#discussion_r1573839417
##########
be/src/vec/spill/spill_stream_manager.cpp:
##########
@@ -266,6 +273,22 @@ void SpillStreamManager::gc(int64_t max_file_count) {
}
}
+void SpillStreamManager::async_cleanup_query(TUniqueId query_id) {
+ (void)get_async_task_thread_pool()->submit_func([this, query_id] {
Review Comment:
why need this?
--
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]