xinyiZzz commented on code in PR #48368: URL: https://github.com/apache/doris/pull/48368#discussion_r1974846107
########## be/src/vec/sink/varrow_flight_result_writer.h: ########## @@ -18,21 +18,81 @@ #pragma once #include "common/status.h" +#include "runtime/result_block_buffer.h" #include "runtime/result_writer.h" #include "util/runtime_profile.h" #include "vec/exprs/vexpr_fwd.h" namespace doris { #include "common/compile_check_begin.h" -class BufferControlBlock; class RuntimeState; +class PFetchArrowDataResult; namespace vectorized { class Block; +class GetArrowResultBatchCtx { +public: + ENABLE_FACTORY_CREATOR(GetArrowResultBatchCtx) + brpc::Controller* cntl = nullptr; Review Comment: 这个 cntl 也没用了吧 -- 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