From b76eb9b6126bb4eabf02ee308ede2a023d662856 Mon Sep 17 00:00:00 2001 From: hzy <2398437254@qq.com> Date: Wed, 7 Sep 2022 23:11:14 +0800 Subject: [PATCH 1/2] Added the comment that the ring folder of /pkg/container/ring does not exist Signed-off-by: hzy <2398437254@qq.com> --- .../Contribution-Guide/Code-Style/code-comment-style.md | 1 + .../Contribution-Guide/Tutorial/develop_aggregate_functions.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/cn/MatrixOne/Contribution-Guide/Code-Style/code-comment-style.md b/docs/cn/MatrixOne/Contribution-Guide/Code-Style/code-comment-style.md index ce58f5c06275..d42885ea388a 100644 --- a/docs/cn/MatrixOne/Contribution-Guide/Code-Style/code-comment-style.md +++ b/docs/cn/MatrixOne/Contribution-Guide/Code-Style/code-comment-style.md @@ -1,3 +1,4 @@ + # **代码注释规范** 本文描述了MatrixOne所使用的代码注释的规范和样式。当你提交代码时,请务必遵循已有的代码注释规范。 diff --git a/docs/cn/MatrixOne/Contribution-Guide/Tutorial/develop_aggregate_functions.md b/docs/cn/MatrixOne/Contribution-Guide/Tutorial/develop_aggregate_functions.md index 85b5890754c8..03a4c92745e5 100644 --- a/docs/cn/MatrixOne/Contribution-Guide/Tutorial/develop_aggregate_functions.md +++ b/docs/cn/MatrixOne/Contribution-Guide/Tutorial/develop_aggregate_functions.md @@ -73,6 +73,7 @@ MatrixOne 中的 `Ring` 是一个接口,具有类似于代数 `Ring` 结构的 | BatchAdd | Merge several couples of groups for two Rings | | Mul | Multiplication between groups for two Rings, called when join occurs | +注:6.0版本 ring暂时被删除,不在/pkg/container/ring/下 `Ring` 数据结构在路径 `/pkg/container/ring/` 下实现。 ## **`Ring` 如何进行查询** From 1e2283870fcf24d980913263212f05ec00bc9ed2 Mon Sep 17 00:00:00 2001 From: hzy <2398437254@qq.com> Date: Wed, 7 Sep 2022 23:23:00 +0800 Subject: [PATCH 2/2] Update docs/cn/MatrixOne/Contribution-Guide/Tutorial/develop_aggregate_functions.md Signed-off-by: hzy <2398437254@qq.com> --- .../Contribution-Guide/Code-Style/code-comment-style.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/cn/MatrixOne/Contribution-Guide/Code-Style/code-comment-style.md b/docs/cn/MatrixOne/Contribution-Guide/Code-Style/code-comment-style.md index d42885ea388a..ce58f5c06275 100644 --- a/docs/cn/MatrixOne/Contribution-Guide/Code-Style/code-comment-style.md +++ b/docs/cn/MatrixOne/Contribution-Guide/Code-Style/code-comment-style.md @@ -1,4 +1,3 @@ - # **代码注释规范** 本文描述了MatrixOne所使用的代码注释的规范和样式。当你提交代码时,请务必遵循已有的代码注释规范。