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


##########
be/src/runtime/result_buffer_mgr.cpp:
##########
@@ -106,74 +116,28 @@ std::shared_ptr<BufferControlBlock> 
ResultBufferMgr::find_control_block(const TU
     return {};
 }
 
-Status ResultBufferMgr::find_arrow_schema(const TUniqueId& finst_id,
-                                          std::shared_ptr<arrow::Schema>* 
schema) {
-    std::shared_ptr<BufferControlBlock> cb = find_control_block(finst_id);
+Status ResultBufferMgr::find_buffer(const TUniqueId& finst_id,

Review Comment:
   这个方法感觉可以不要啊,直接外部调用的时候,使用上面那个方法就行了啊



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