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

morningman 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 94a1a15fca41 [sqlglot] modify sqlglot doc and wrong download link of 
blog (#498)
94a1a15fca41 is described below

commit 94a1a15fca41752a1f770f3d3cc802a51c6a7821
Author: Mingyu Chen <[email protected]>
AuthorDate: Mon Apr 1 15:46:51 2024 +0800

    [sqlglot] modify sqlglot doc and wrong download link of blog (#498)
---
 ...-of-an-Entire-MySQL-Database-for-Data-Analysis.md | 20 +-------------------
 docs/lakehouse/sql-dialect.md                        |  5 +++++
 .../current/lakehouse/sql-dialect.md                 |  7 ++++++-
 .../version-2.1/lakehouse/sql-dialect.md             |  7 ++++++-
 versioned_docs/version-2.1/lakehouse/sql-dialect.md  |  5 +++++
 5 files changed, 23 insertions(+), 21 deletions(-)

diff --git 
a/blog/Auto-Synchronization-of-an-Entire-MySQL-Database-for-Data-Analysis.md 
b/blog/Auto-Synchronization-of-an-Entire-MySQL-Database-for-Data-Analysis.md
index 942c57b357f2..d7988c36ac15 100644
--- a/blog/Auto-Synchronization-of-an-Entire-MySQL-Database-for-Data-Analysis.md
+++ b/blog/Auto-Synchronization-of-an-Entire-MySQL-Database-for-Data-Analysis.md
@@ -39,25 +39,7 @@ When a Flink job starts, the Connector automatically checks 
for data equivalence
 
 ## Quick Start
 
-**For MySQL**:
-
-Download JAR file: 
https://github.com/apache/doris-flink-connector/releases/tag/1.4.0
-
-Maven: 
-
-```SQL
-<dependency>
-  <groupId>org.apache.doris</groupId>
-  <artifactId>flink-doris-connector-1.15</artifactId>
-  <!--artifactId>flink-doris-connector-1.16</artifactId-->
-  <!--artifactId>flink-doris-connector-1.17</artifactId-->
-  <version>1.4.0</version>
-</dependency>
-```
-
-**For Oracle**:
-
-Download JAR file: [Flink 
1.15](http://justtmp-bj-1308700295.cos.ap-beijing.myqcloud.com/oracle/flink-doris-connector-1.15-1.5.0-SNAPSHOT.jar),
 [Flink 
1.16](http://justtmp-bj-1308700295.cos.ap-beijing.myqcloud.com/oracle/flink-doris-connector-1.16-1.5.0-SNAPSHOT.jar),
 [Flink 
1.17](http://justtmp-bj-1308700295.cos.ap-beijing.myqcloud.com/oracle/flink-doris-connector-1.17-1.5.0-SNAPSHOT.jar)
+Download Flink Doris Connector: https://doris.apache.org/download/
 
 ## How to Use It
 
diff --git a/docs/lakehouse/sql-dialect.md b/docs/lakehouse/sql-dialect.md
index 3977b88c07c5..bb2bec50c873 100644
--- a/docs/lakehouse/sql-dialect.md
+++ b/docs/lakehouse/sql-dialect.md
@@ -39,6 +39,11 @@ Starting from version 2.1, Doris can support multiple SQL 
dialects, such as Pres
 ## Deploy service
 
 1. Download latest [Doris SQL 
Convertor(1.0.1)](https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/transform-doris-tool/doris-sql-convertor-1.0.1-bin-x86)
+
+    > Note:
+    >
+    > The SQL convertor tool is based on the open source 
[SQLGlot](https://github.com/tobymao/sqlglot). For more information about 
SQLGlot, please refer to [SQLGlot official 
website](https://sqlglot.com/sqlglot.html)
+
 2. On any FE node, start the service through the following command:
 
        `nohup ./doris-sql-convertor-1.0.1-bin-x86 run --host=0.0.0.0 
--port=5001 &`
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/sql-dialect.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/sql-dialect.md
index 2124f4128604..0f8e039d6f35 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/sql-dialect.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/sql-dialect.md
@@ -38,7 +38,12 @@ under the License.
 
 ## 部署服务
 
-**1. 下载最新版本的 [SQL 方言转换工具 
(1.0.1)](https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/transform-doris-tool/doris-sql-convertor-1.0.1-bin-x86)**
+1. 下载最新版本的 [SQL 方言转换工具 
(1.0.1)](https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/transform-doris-tool/doris-sql-convertor-1.0.1-bin-x86)
+
+    > 注:
+    >
+    > SQL 方言转换工具基于开源的 [SQLGlot](https://github.com/tobymao/sqlglot) 二次开发,关于 
SQLGlot 可参阅 [SQLGlot 官网](https://sqlglot.com/sqlglot.html)
+
 
 2.  在任意 FE 节点,通过以下命令启动服务:
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/sql-dialect.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/sql-dialect.md
index 2124f4128604..0f8e039d6f35 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/sql-dialect.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/lakehouse/sql-dialect.md
@@ -38,7 +38,12 @@ under the License.
 
 ## 部署服务
 
-**1. 下载最新版本的 [SQL 方言转换工具 
(1.0.1)](https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/transform-doris-tool/doris-sql-convertor-1.0.1-bin-x86)**
+1. 下载最新版本的 [SQL 方言转换工具 
(1.0.1)](https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/transform-doris-tool/doris-sql-convertor-1.0.1-bin-x86)
+
+    > 注:
+    >
+    > SQL 方言转换工具基于开源的 [SQLGlot](https://github.com/tobymao/sqlglot) 二次开发,关于 
SQLGlot 可参阅 [SQLGlot 官网](https://sqlglot.com/sqlglot.html)
+
 
 2.  在任意 FE 节点,通过以下命令启动服务:
 
diff --git a/versioned_docs/version-2.1/lakehouse/sql-dialect.md 
b/versioned_docs/version-2.1/lakehouse/sql-dialect.md
index 3977b88c07c5..bb2bec50c873 100644
--- a/versioned_docs/version-2.1/lakehouse/sql-dialect.md
+++ b/versioned_docs/version-2.1/lakehouse/sql-dialect.md
@@ -39,6 +39,11 @@ Starting from version 2.1, Doris can support multiple SQL 
dialects, such as Pres
 ## Deploy service
 
 1. Download latest [Doris SQL 
Convertor(1.0.1)](https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/transform-doris-tool/doris-sql-convertor-1.0.1-bin-x86)
+
+    > Note:
+    >
+    > The SQL convertor tool is based on the open source 
[SQLGlot](https://github.com/tobymao/sqlglot). For more information about 
SQLGlot, please refer to [SQLGlot official 
website](https://sqlglot.com/sqlglot.html)
+
 2. On any FE node, start the service through the following command:
 
        `nohup ./doris-sql-convertor-1.0.1-bin-x86 run --host=0.0.0.0 
--port=5001 &`


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to