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 daf2f42ce61 Fix DistSQL document (#24444)
daf2f42ce61 is described below
commit daf2f42ce6118d17daa8fb9c69c001b2a30a3c22
Author: ChenJiaHao <[email protected]>
AuthorDate: Fri Mar 3 19:00:05 2023 +0800
Fix DistSQL document (#24444)
* Fix comment
* Fix DistSQL document
* Fix DistSQL document
* Revert "Fix comment"
This reverts commit f9ab7ba4e8d551178b16200a54ef480976ddb1be.
---
.../shardingsphere-proxy/distsql/_index.cn.md | 2 +-
.../shardingsphere-proxy/distsql/_index.en.md | 2 +-
docs/document/static/img/distsql/overview.png | Bin 138120 -> 0 bytes
docs/document/static/img/distsql/overview_v2.png | Bin 0 -> 148417 bytes
4 files changed, 2 insertions(+), 2 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 42fdb00b09f..dc961258b02 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
@@ -71,7 +71,7 @@ DistSQL 只能用于 ShardingSphere-Proxy,ShardingSphere-JDBC 暂不提供。
与标准 SQL 一样,DistSQL 由 ShardingSphere 的解析引擎进行识别,将输入语句转换为抽象语法树,进而生成各个语法对应的
`Statement`,最后由合适的 `Handler` 进行业务处理。
整体流程如下图所示:
-
+
## 相关参考
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/_index.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/_index.en.md
index ca1b9d4ab53..8b52145983c 100644
---
a/docs/document/content/user-manual/shardingsphere-proxy/distsql/_index.en.md
+++
b/docs/document/content/user-manual/shardingsphere-proxy/distsql/_index.en.md
@@ -70,7 +70,7 @@ DistSQL can be used only with ShardingSphere-Proxy, not with
ShardingSphere-JDBC
Like standard SQL, DistSQL is recognized by the parsing engine of
ShardingSphere. It converts the input statement into an abstract syntax tree
and then generates the `Statement` corresponding to each grammar, which is
processed by the appropriate `Handler`.
-
+
## Related References
diff --git a/docs/document/static/img/distsql/overview.png
b/docs/document/static/img/distsql/overview.png
deleted file mode 100644
index abc07060b70..00000000000
Binary files a/docs/document/static/img/distsql/overview.png and /dev/null
differ
diff --git a/docs/document/static/img/distsql/overview_v2.png
b/docs/document/static/img/distsql/overview_v2.png
new file mode 100644
index 00000000000..c2f17c2dcfe
Binary files /dev/null and b/docs/document/static/img/distsql/overview_v2.png
differ