This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new d4d2e82bdf [typo] Fix typos in comments (#10106)
d4d2e82bdf is described below

commit d4d2e82bdf9967a5d7f4e1c9dbdc11ae1703c4a4
Author: zxealous <xealous0...@gmail.com>
AuthorDate: Tue Jun 14 08:17:19 2022 +0800

    [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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to