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

guoyangze pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 701e937415f [hotfix][docs] Add SQL Gateway doc reference in the 
Chinese version of table overview
701e937415f is described below

commit 701e937415fbbfd5024d9f771e61e4c11ede01c5
Author: Xiangyu Feng <fengxiangyu....@bytedance.com>
AuthorDate: Mon Oct 30 19:40:07 2023 +0800

    [hotfix][docs] Add SQL Gateway doc reference in the Chinese version of 
table overview
---
 docs/content.zh/docs/dev/table/overview.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/content.zh/docs/dev/table/overview.md 
b/docs/content.zh/docs/dev/table/overview.md
index 05f758ac98c..ce62e434986 100644
--- a/docs/content.zh/docs/dev/table/overview.md
+++ b/docs/content.zh/docs/dev/table/overview.md
@@ -52,6 +52,7 @@ and later use the DataStream API to build alerting based on 
the matched patterns
 * [SQL]({{< ref "docs/dev/table/sql/overview" >}}): SQL 支持的操作和语法。
 * [内置函数]({{< ref "docs/dev/table/functions/systemFunctions" >}}): Table API 和 
SQL 中的内置函数。
 * [SQL Client]({{< ref "docs/dev/table/sqlClient" >}}): 不用编写代码就可以尝试 Flink 
SQL,可以直接提交 SQL 任务到集群上。
+* [SQL Gateway]({{< ref "docs/dev/table/sql-gateway/overview" >}}): SQL 
提交服务,支持多个客户端从远端并发提交 SQL 任务。
 * [SQL Jdbc Driver]({{< ref "docs/dev/table/jdbcDriver" >}}): 标准JDBC 
Driver,可以提交Flink SQL作业到Sql Gateway。
 * [OLAP Quickstart]({{< ref "docs/dev/table/olap_quickstart" >}}): Flink 
OLAP服务搭建指南.
 

Reply via email to