Gabriel39 commented on code in PR #15642: URL: https://github.com/apache/doris/pull/15642#discussion_r1071095580
########## be/src/vec/exec/vexchange_node.h: ########## @@ -47,6 +49,9 @@ class VExchangeNode : public ExecNode { // Status collect_query_statistics(QueryStatistics* statistics) override; void set_num_senders(int num_senders) { _num_senders = num_senders; } + // final materializtion, used only in topn node + Status second_phase_fetch_data(RuntimeState* state, Block* final_block); Review Comment: ```suggestion Status _second_phase_fetch_data(RuntimeState* state, Block* final_block); ``` -- 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