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


##########
be/src/runtime/result_buffer_mgr.cpp:
##########
@@ -95,7 +104,8 @@ Status ResultBufferMgr::create_sender(const TUniqueId& 
query_id, int buffer_size
     return Status::OK();
 }
 
-std::shared_ptr<BufferControlBlock> ResultBufferMgr::find_control_block(const 
TUniqueId& query_id) {
+std::shared_ptr<ResultBlockBufferBase> ResultBufferMgr::find_control_block(

Review Comment:
   这个函数保留,下一个函数去掉。
   我们可以给这个函数增加一个模板参数,比如 外面可以这么调用, find_control_block<MySQLResultBuffer> 或者 
find_control_block<ArrowResultBuffer>



-- 
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

Reply via email to