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 622143f87c [typo] Fix typos in comments (#10111)
622143f87c is described below
commit 622143f87ce1e5cb61fd5e0ebf7a8240bc5d0a16
Author: yinzhijian <[email protected]>
AuthorDate: Tue Jun 14 15:28:11 2022 +0800
[typo] Fix typos in comments (#10111)
---
be/src/runtime/runtime_filter_mgr.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/be/src/runtime/runtime_filter_mgr.h
b/be/src/runtime/runtime_filter_mgr.h
index 06f2ee6dd2..7d1054560d 100644
--- a/be/src/runtime/runtime_filter_mgr.h
+++ b/be/src/runtime/runtime_filter_mgr.h
@@ -44,13 +44,13 @@ class PMergeFilterRequest;
/// get_filter(filter_id, &filter);
/// filter->merge(origin_filter)
-/// comsumer:
+/// consumer:
/// get_filter(filter_id, &filter)
/// filter->wait
/// if filter->ready().ok(), use filter
// owned by RuntimeState
-// RuntimeFilterMgr will be destoryed when RuntimeState is destoryed
+// RuntimeFilterMgr will be destroyed when RuntimeState is destroyed
class RuntimeFilterMgr {
public:
RuntimeFilterMgr(const UniqueId& query_id, RuntimeState* state);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]