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