You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "morningman (via GitHub)" <gi...@apache.org> on 2023/06/27 06:12:25 UTC

[GitHub] [doris] morningman commented on a diff in pull request #20926: [feature][fix](fs)(s3)add fs_s3 benchmark tool and fix s3 file writer bug

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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org