yiguolei commented on code in PR #23765: URL: https://github.com/apache/doris/pull/23765#discussion_r1313039558
########## be/src/runtime/result_buffer_mgr.h: ########## @@ -53,6 +54,10 @@ class ResultBufferMgr { int exec_timeout); void fetch_data(const PUniqueId& finst_id, GetResultBatchCtx* ctx); + Status fetch_data(const TUniqueId& finst_id, std::shared_ptr<arrow::RecordBatch>* result); Review Comment: Do we need modify this file??? -- 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