yiguolei commented on code in PR #23478: URL: https://github.com/apache/doris/pull/23478#discussion_r1305535010
########## be/src/pipeline/exec/exchange_sink_buffer.cpp: ########## @@ -48,8 +48,7 @@ namespace doris::pipeline { template <typename Parent> ExchangeSinkBuffer<Parent>::ExchangeSinkBuffer(PUniqueId query_id, PlanNodeId dest_node_id, - int send_id, int be_number, - PipelineFragmentContext* context) + int send_id, int be_number, QueryContext* context) Review Comment: why not use runtime state? since all other operators use runtime state. -- 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