morningman commented on code in PR #20926: URL: https://github.com/apache/doris/pull/20926#discussion_r1243188619
########## be/src/runtime/exec_env.h: ########## @@ -185,6 +185,9 @@ class ExecEnv { void set_stream_load_executor(std::shared_ptr<StreamLoadExecutor> stream_load_executor) { this->_stream_load_executor = stream_load_executor; } + void set_buffered_reader_prefetch_thread_pool(ThreadPool* thread_pool) { Review Comment: uesless, I removed -- 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