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

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


The following commit(s) were added to refs/heads/master by this push:
     new d6b5dde8bc2 update
d6b5dde8bc2 is described below

commit d6b5dde8bc20f012418ef0d34437ca7387e47c7b
Author: jiafeng.zhang <zhang...@gmail.com>
AuthorDate: Mon Aug 15 18:42:41 2022 +0800

    update
---
 community/release-and-verify/release-verify.md            | 15 +++++++--------
 .../current/design/grouping_sets_design.md                |  6 +-----
 .../current/release-and-verify/release-verify.md          | 15 +++++++--------
 3 files changed, 15 insertions(+), 21 deletions(-)

diff --git a/community/release-and-verify/release-verify.md 
b/community/release-and-verify/release-verify.md
index 93654bcf063..f95c73d85de 100644
--- a/community/release-and-verify/release-verify.md
+++ b/community/release-and-verify/release-verify.md
@@ -30,14 +30,13 @@ This validation step can be used for validation during 
release polling and also
 
 The following steps can be followed to verify.
 
-1. [ ] Whether the download link is legitimate.
-2. [ ] Whether the checksum and PGP signature are legitimate. 3.
-3. [ ] Whether the DISCLAIMER or DISCLAIMER-WIP is included.
-4. [ ] Whether the code matches the current release.
-5. [ ] Whether the LICENSE and NOTICE files are correct.
-6. [ ] All files carry the necessary protocol descriptions.
-7. [ ] No compiled content is included in the source package.
-8. [ ] Whether the compilation can be executed without problems.
+1. [ ] The download link is legal.
+2. [ ] The PGP signature are valid.
+3. [ ] The source code matches the current release version.
+4. [ ] The LICENSE and NOTICE files are correct.
+5. [ ] All files carry the necessary protocol header.
+6. [ ] The compiled content is not included in the source package.
+7. [ ] The compilation can be executed smoothly.
 
 Here we use the verification of the Doris Core version as an example. Note 
that other components have their corresponding names changed.
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/design/grouping_sets_design.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/design/grouping_sets_design.md
index 6ca788064c5..0c19094cffc 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/design/grouping_sets_design.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/design/grouping_sets_design.md
@@ -502,11 +502,7 @@ select NULL, NULL, sum(k3) from t;
 
 在 GroupByClause 类中为了将 GROUPING_ID 加到 groupingExprs 表达式列表中,需要创建 virtual 
SlotRef, 相应的,需要对这个 slot 创建一个 tuple, 叫 GROUPING_ID Tuple。
 
-对于 RepeatNode 这个执行计划,其输入是子节点的所有 tuple, 输出的 tuple 除了 repeat 子节点的数据外,还需要填写 
GROUPING_ID 和其他grouping,grouping_id 对应的虚拟列。
-
-#### 3.3.3 表达式和函数替换
-group子句表达式拓展:`expr -> if(bitand(pos, grouping_id)=0, expr, null)`
-grouping_id函数:`grouping_id() -> grouping_id(grouping_id)`
+对于 RepeatNode 这个执行计划,其输入是子节点的所有 tuple, 输出的 tuple 除了 repeat 子节点的数据外,还需要填写 
GROUPING_ID 和其他grouping,grouping_id 对应的虚拟列,因此。
 
 
 ### 3.4 BE 查询执行阶段
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/release-and-verify/release-verify.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/release-and-verify/release-verify.md
index 4030152baa2..3dd1cd6243b 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/release-and-verify/release-verify.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/release-and-verify/release-verify.md
@@ -30,14 +30,13 @@ under the License.
 
 可以按照以下步骤进行验证:
 
-1. [ ] 下载链接是否合法。
-2. [ ] 校验值和 PGP 签名是否合法。
-3. [ ] 是否包含 DISCLAIMER 或 DISCLAIMER-WIP 文件。
-4. [ ] 代码是否和当前发布版本相匹配。
-5. [ ] LICENSE 和 NOTICE 文件是否正确。
-6. [ ] 所有文件都携带必要的协议说明。
-7. [ ] 在源码包中不包含已经编译好的内容。
-8. [ ] 编译是否能够顺利执行。
+1. [ ] 下载链接合法。
+2. [ ] 校验值和 PGP 签名合法。
+3. [ ] 代码和当前发布版本相匹配。
+4. [ ] LICENSE 和 NOTICE 文件正确。
+5. [ ] 所有文件都携带必要的协议说明。
+6. [ ] 在源码包中不包含已经编译好的内容。
+7. [ ] 编译能够顺利执行。
 
 这里我们以 Doris Core 版本的验证为例。其他组件注意修改对应名称。
 


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

Reply via email to