You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2021/08/13 04:18:51 UTC

[incubator-doris] branch master updated: fix typo: '一下' -> '以下' (#6434)

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

yangzhg 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 240dd9b  fix typo: '一下' -> '以下' (#6434)
240dd9b is described below

commit 240dd9b1108b43460c212038ce945a3afe4ba126
Author: CenterCode <yx...@users.noreply.github.com>
AuthorDate: Fri Aug 13 12:18:42 2021 +0800

    fix typo: '一下' -> '以下' (#6434)
---
 docs/zh-CN/administrator-guide/config/be_config.md                   | 2 +-
 docs/zh-CN/administrator-guide/http-actions/cancel-label.md          | 2 +-
 docs/zh-CN/administrator-guide/http-actions/get-load-state.md        | 2 +-
 docs/zh-CN/administrator-guide/ldap.md                               | 5 +++--
 docs/zh-CN/administrator-guide/materialized_view.md                  | 2 +-
 docs/zh-CN/getting-started/advance-usage.md                          | 2 +-
 .../sql-reference/sql-statements/Data Definition/ALTER TABLE.md      | 2 +-
 7 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/docs/zh-CN/administrator-guide/config/be_config.md b/docs/zh-CN/administrator-guide/config/be_config.md
index 5b120c6..8e637fa 100644
--- a/docs/zh-CN/administrator-guide/config/be_config.md
+++ b/docs/zh-CN/administrator-guide/config/be_config.md
@@ -50,7 +50,7 @@ BE 的配置项有两种方式进行配置:
 
 2. 动态配置
 
-	BE 启动后,可以通过一下命令动态设置配置项。
+	BE 启动后,可以通过以下命令动态设置配置项。
 
 	```
 	curl -X POST http://{be_ip}:{be_http_port}/api/update_config?{key}={value}'
diff --git a/docs/zh-CN/administrator-guide/http-actions/cancel-label.md b/docs/zh-CN/administrator-guide/http-actions/cancel-label.md
index 1dcdfd6..4e4536c 100644
--- a/docs/zh-CN/administrator-guide/http-actions/cancel-label.md
+++ b/docs/zh-CN/administrator-guide/http-actions/cancel-label.md
@@ -36,7 +36,7 @@ under the License.
         该命令用于cancel一个指定Label对应的事务,事务在Prepare阶段能够被成功cancel
 
     RETURN VALUES
-        执行完成后,会以Json格式返回这次导入的相关内容。当前包括一下字段
+        执行完成后,会以Json格式返回这次导入的相关内容。当前包括以下字段
         Status: 是否成功cancel
             Success: 成功cancel事务
             其他: cancel失败
diff --git a/docs/zh-CN/administrator-guide/http-actions/get-load-state.md b/docs/zh-CN/administrator-guide/http-actions/get-load-state.md
index 77ddcb8..8e7d3c7 100644
--- a/docs/zh-CN/administrator-guide/http-actions/get-load-state.md
+++ b/docs/zh-CN/administrator-guide/http-actions/get-load-state.md
@@ -36,7 +36,7 @@ under the License.
         该命令用于查看一个Label对应的事务状态
 
     RETURN VALUES
-        执行完毕后,会以Json格式返回这次导入的相关内容。当前包括一下字段
+        执行完毕后,会以Json格式返回这次导入的相关内容。当前包括以下字段
         Label:本次导入的 label,如果没有指定,则为一个 uuid。
         Status:此命令是否成功执行,Success表示成功执行
         Message: 具体的执行信息
diff --git a/docs/zh-CN/administrator-guide/ldap.md b/docs/zh-CN/administrator-guide/ldap.md
index aa35ef0..5511fa1 100644
--- a/docs/zh-CN/administrator-guide/ldap.md
+++ b/docs/zh-CN/administrator-guide/ldap.md
@@ -98,7 +98,7 @@ set ldap_admin_password = 'ldap_admin_password';
 LDAP密码验证和组授权是Doris密码验证和授权的补充,开启LDAP功能并不能完全替代Doris的密码验证和授权,而是与Doris密码验证和授权并存。
 
 ### LDAP验证登录详解
-开启LDAP后,用户在Doris和DLAP中存在一下几种情况:  
+开启LDAP后,用户在Doris和DLAP中存在以下几种情况:
 
 |LDAP用户|Doris用户|密码|登录情况|登录Doris的用户|
 |--|--|--|--|--|
@@ -173,4 +173,5 @@ member: uid=jack,ou=aidp,dc=domain,dc=com
 
 * 目前Doris的LDAP功能只支持明文密码验证,即用户登录时,密码在client与fe之间、fe与LDAP服务之间以明文的形式传输。
 * 当前的LDAP验证只支持在mysql协议下进行密码验证,如果使用Http接口则无法使用LDAP用户进行验证。
-* 临时用户不具有用户属性。
\ No newline at end of file
+* 临时用户不具有用户属性。
+
diff --git a/docs/zh-CN/administrator-guide/materialized_view.md b/docs/zh-CN/administrator-guide/materialized_view.md
index ee4f539..febd2d6 100644
--- a/docs/zh-CN/administrator-guide/materialized_view.md
+++ b/docs/zh-CN/administrator-guide/materialized_view.md
@@ -165,7 +165,7 @@ HELP DROP MATERIALIZED VIEW
 
 ## 最佳实践1
 
-使用物化视图一般分为一下几个步骤:
+使用物化视图一般分为以下几个步骤:
 
 1. 创建物化视图
 2. 异步检查物化视图是否构建完成
diff --git a/docs/zh-CN/getting-started/advance-usage.md b/docs/zh-CN/getting-started/advance-usage.md
index 8596537..494cd8d 100644
--- a/docs/zh-CN/getting-started/advance-usage.md
+++ b/docs/zh-CN/getting-started/advance-usage.md
@@ -253,7 +253,7 @@ mysql> select sum(table1.pv) from table1 join [shuffle] table2 where table1.site
 
 当部署多个 FE 节点时,用户可以在多个 FE 之上部署负载均衡层来实现 Doris 的高可用。
 
-一下提供一些高可用的方案:
+以下提供一些高可用的方案:
 
 **第一种**
 
diff --git a/docs/zh-CN/sql-reference/sql-statements/Data Definition/ALTER TABLE.md b/docs/zh-CN/sql-reference/sql-statements/Data Definition/ALTER TABLE.md
index 15c74e4..b29a083 100644
--- a/docs/zh-CN/sql-reference/sql-statements/Data Definition/ALTER TABLE.md	
+++ b/docs/zh-CN/sql-reference/sql-statements/Data Definition/ALTER TABLE.md	
@@ -47,7 +47,7 @@ under the License.
             partition_desc ["key"="value"]
             [DISTRIBUTED BY HASH (k1[,k2 ...]) [BUCKETS num]]
         注意:
-            1) partition_desc 支持一下两种写法:
+            1) partition_desc 支持以下两种写法:
                 * VALUES LESS THAN [MAXVALUE|("value1", ...)]
                 * VALUES [("value1", ...), ("value1", ...))
             1) 分区为左闭右开区间,如果用户仅指定右边界,系统会自动确定左边界

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