liujiwen-up commented on code in PR #31636:
URL: https://github.com/apache/doris/pull/31636#discussion_r1508438652


##########
docs/en/docs/lakehouse/sql-dialect.md:
##########
@@ -28,37 +28,35 @@ under the License.
 
 Starting from version 2.1, Doris can support multiple SQL dialects, such as 
Presto, Trino, Hive, PostgreSQL, Spark, Oracle, Clickhouse, and more. Through 
this feature, users can directly use the corresponding SQL dialect to query 
data in Doris, which facilitates users to smoothly migrate their original 
business to Doris.
 
-> 1. This function is currently an experimental function. If you encounter any 
problems during use, you are welcome to provide feedback through the mail 
group, [Github issue](https://github.com/apache/doris/issues), etc. .
+> 1. This function is currently an experimental function. If you encounter any 
problems during use, you are welcome to provide feedback through the mail 
group, [GitHub issue](https://github.com/apache/doris/issues), etc. .
 >
 > 2. This function only supports query statements and does not support other 
 > DDL and DML statements including Explain.
 
 ## Deploy service
 
-1. Download latest [SQL Transform 
Tool](https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/transform-doris-tool/transform-doris-tool-1.0.0-bin-x86).
+1. Download latest [Doris SQL 
Convertor](https://doris-build-1308700295.cos.ap-beijing.myqcloud.com/transform-doris-tool/transform-doris-tool-1.0.0-bin-x86).
 2. On any FE node, start the service through the following command:
 
        `nohup ./transform-doris-tool-1.0.0-bin-x86 run --host=0.0.0.0 
--port=5001 &`

Review Comment:
   The package name here is unified into `doris-sql-convertor`
   `nohup ./doris-sql-convertor-1.0.1-bin-x86 run --host=0.0.0.0 --port=5001 &`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to