This is an automated email from the ASF dual-hosted git repository.
jianglongtao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new b616bc1 Fix DistSQL document. (#15479)
b616bc1 is described below
commit b616bc161fa801e640a9728b69088a8d00ae8fec
Author: yx9o <[email protected]>
AuthorDate: Thu Feb 17 21:11:39 2022 +0800
Fix DistSQL document. (#15479)
---
.../content/user-manual/shardingsphere-proxy/distsql/_index.cn.md | 2 +-
.../distsql/syntax/rql/rule-query/single-table.cn.md | 2 +-
.../user-manual/shardingsphere-proxy/distsql/usage/encrypt-rule.cn.md | 2 +-
.../user-manual/shardingsphere-proxy/distsql/usage/encrypt-rule.en.md | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/_index.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/_index.cn.md
index 4ddf2b4..5fc09dc 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/_index.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/_index.cn.md
@@ -4,4 +4,4 @@ weight = 3
chapter = true
+++
-本章节将介绍 [DistSQL](/cn/concepts/distsql/) 的详细语法。
\ No newline at end of file
+本章节将介绍 [DistSQL](/cn/concepts/distsql/) 的详细语法。
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/single-table.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/single-table.cn.md
index 4a7e426..436667a 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/single-table.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/single-table.cn.md
@@ -54,4 +54,4 @@ mysql> show single tables;
| t_single_1 | ds_1 |
+--------------+---------------+
2 rows in set (0.02 sec)
-```
\ No newline at end of file
+```
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/encrypt-rule.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/encrypt-rule.cn.md
index 4ad66c7..f463e1b 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/encrypt-rule.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/encrypt-rule.cn.md
@@ -43,7 +43,7 @@ CREATE TABLE `t_encrypt` (
```sql
ALTER ENCRYPT RULE t_encrypt (
COLUMNS(
-
(NAME=user_id,PLAIN=user_plain,CIPHER=user_cipher,TYPE(NAME=AES,PROPERTIES('aes-key-value'='123456abc'))),
+
(NAME=user_id,PLAIN=user_plain,CIPHER=user_cipher,TYPE(NAME=AES,PROPERTIES('aes-key-value'='123456abc')))
));
```
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/encrypt-rule.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/encrypt-rule.en.md
index d12e871..87365cb 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/encrypt-rule.en.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/usage/encrypt-rule.en.md
@@ -43,7 +43,7 @@ CREATE TABLE `t_encrypt` (
```sql
ALTER ENCRYPT RULE t_encrypt (
COLUMNS(
-
(NAME=user_id,PLAIN=user_plain,CIPHER=user_cipher,TYPE(NAME=AES,PROPERTIES('aes-key-value'='123456abc'))),
+
(NAME=user_id,PLAIN=user_plain,CIPHER=user_cipher,TYPE(NAME=AES,PROPERTIES('aes-key-value'='123456abc')))
));
```