This is an automated email from the ASF dual-hosted git repository.
morningman 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 0145bdb [Doc] Fix a typo (#6025)
0145bdb is described below
commit 0145bdb1f0bdce5b9e9a0d7a4add6d6ae7eb9b50
Author: Jinyuan <[email protected]>
AuthorDate: Wed Jun 16 09:41:32 2021 +0800
[Doc] Fix a typo (#6025)
Fix a typo in udaf-orthogonal-bitmap-manual.md
---
docs/zh-CN/extending-doris/udf/contrib/udaf-orthogonal-bitmap-manual.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/zh-CN/extending-doris/udf/contrib/udaf-orthogonal-bitmap-manual.md
b/docs/zh-CN/extending-doris/udf/contrib/udaf-orthogonal-bitmap-manual.md
index 68a0a21..5304ad0 100644
--- a/docs/zh-CN/extending-doris/udf/contrib/udaf-orthogonal-bitmap-manual.md
+++ b/docs/zh-CN/extending-doris/udf/contrib/udaf-orthogonal-bitmap-manual.md
@@ -35,7 +35,7 @@ Doris原有的Bitmap聚合函数设计比较通用,但对亿级别以上bitmap
## 使用指南
1. 建表,增加hid列,表示bitmap列值id范围, 作为hash分桶列
-2. 数据罐库,load数据时,对bitmap列值range范围划分
+2. 数据灌库,load数据时,对bitmap列值range范围划分
3. 编译UDAF,产出.so动态库
4. 在DORIS中注册UDAF,DORIS在运行时加载.so库
5. 使用场景
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]