From d4d2e82bdf9967a5d7f4e1c9dbdc11ae1703c4a4 Mon Sep 17 00:00:00 2001 From: zxealous Date: Tue, 14 Jun 2022 08:17:19 +0800 Subject: [PATCH] [typo] Fix typos in comments (#10106) --- be/src/exec/exchange_node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/exec/exchange_node.h b/be/src/exec/exchange_node.h index 83df46230f..75ecdf1c0f 100644 --- a/be/src/exec/exchange_node.h +++ b/be/src/exec/exchange_node.h @@ -35,7 +35,7 @@ class RuntimeProfile; // according to the sort parameters in _sort_exec_exprs. (It is assumed that the rows // received from the senders themselves are sorted.) // If _is_merging is true, the exchange node creates a DataStreamRecvr with the -// _is_merging flag and retrieves retrieves rows from the receiver via calls to +// _is_merging flag and retrieves rows from the receiver via calls to // DataStreamRecvr::GetNext(). It also prepares, opens and closes the ordering exprs in // its SortExecExprs member that are used to compare rows. // If _is_merging is false, the exchange node directly retrieves batches from the row