You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ja...@apache.org on 2020/07/28 05:45:56 UTC

[flink] branch master updated: [FLINK-18730][docs] Remove Beta tag from SQL Client docs (#12997)

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

jark 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 c3bf5f9  [FLINK-18730][docs] Remove Beta tag from SQL Client docs (#12997)
c3bf5f9 is described below

commit c3bf5f92b17565854eee1e5f291f2a16aa8662c5
Author: Jark Wu <ja...@apache.org>
AuthorDate: Tue Jul 28 13:44:33 2020 +0800

    [FLINK-18730][docs] Remove Beta tag from SQL Client docs (#12997)
---
 docs/dev/table/sqlClient.md    | 5 +----
 docs/dev/table/sqlClient.zh.md | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/docs/dev/table/sqlClient.md b/docs/dev/table/sqlClient.md
index ad10308..70664d7 100644
--- a/docs/dev/table/sqlClient.md
+++ b/docs/dev/table/sqlClient.md
@@ -2,7 +2,6 @@
 title: "SQL Client"
 nav-parent_id: tableapi
 nav-pos: 90
-is_beta: true
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -30,8 +29,6 @@ The *SQL Client* aims to provide an easy way of writing, debugging, and submitti
 
 <a href="{{ site.baseurl }}/fig/sql_client_demo.gif"><img class="offset" src="{{ site.baseurl }}/fig/sql_client_demo.gif" alt="Animated demo of the Flink SQL Client CLI running table programs on a cluster" width="80%" /></a>
 
-<span class="label label-danger">Attention</span> The SQL Client is in an early development phase. Even though the application is not production-ready yet, it can be a quite useful tool for prototyping and playing around with Flink SQL. In the future, the community plans to extend its functionality by providing a REST-based [SQL Client Gateway](sqlClient.html#limitations--future).
-
 * This will be replaced by the TOC
 {:toc}
 
@@ -727,6 +724,6 @@ As shown in the example, definitions of table sources, views, and temporal table
 Limitations & Future
 --------------------
 
-The current SQL Client implementation is in a very early development stage and might change in the future as part of the bigger Flink Improvement Proposal 24 ([FLIP-24](https://cwiki.apache.org/confluence/display/FLINK/FLIP-24+-+SQL+Client)). Feel free to join the discussion and open issue about bugs and features that you find useful.
+The current SQL Client only supports embedded mode. In the future, the community plans to extend its functionality by providing a REST-based SQL Client Gateway, see more in [FLIP-24](https://cwiki.apache.org/confluence/display/FLINK/FLIP-24+-+SQL+Client) and [FLIP-91](https://cwiki.apache.org/confluence/display/FLINK/FLIP-91%3A+Support+SQL+Client+Gateway).
 
 {% top %}
diff --git a/docs/dev/table/sqlClient.zh.md b/docs/dev/table/sqlClient.zh.md
index 7210f40..7dc6a6d 100644
--- a/docs/dev/table/sqlClient.zh.md
+++ b/docs/dev/table/sqlClient.zh.md
@@ -2,7 +2,6 @@
 title: "SQL 客户端"
 nav-parent_id: tableapi
 nav-pos: 90
-is_beta: true
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -29,8 +28,6 @@ Flink 的 Table & SQL API 可以处理 SQL 语言编写的查询语句,但是
 
 <a href="{{ site.baseurl }}/fig/sql_client_demo.gif"><img class="offset" src="{{ site.baseurl }}/fig/sql_client_demo.gif" alt="Animated demo of the Flink SQL Client CLI running table programs on a cluster" width="80%" /></a>
 
-<span class="label label-danger">注意</span> SQL 客户端正处于早期开发阶段。虽然还没准备好用于生产,但是它对于原型设计和玩转 Flink SQL 还是很实用的工具。将来,社区计划通过提供基于 REST 的 [SQL 客户端网关(Gateway)](sqlClient.html#limitations--future)的来扩展它的功能。
-
 * This will be replaced by the TOC
 {:toc}
 
@@ -731,6 +728,6 @@ tables:
 局限与未来
 --------------------
 
-当前的 SQL 客户端仍处于非常早期的开发阶段,作为更大的 Flink 改进提案 24([FLIP-24](https://cwiki.apache.org/confluence/display/FLINK/FLIP-24+-+SQL+Client))的一部分,将来可能会发生变化。如果你发现了 bug 可以随时创建 issue,或者如果(如邮件列表、Pull requests中)发现有用的特性,欢迎积极参与讨论。
+当前的 SQL 客户端仅支持嵌入式模式。在将来,社区计划提供基于 REST 的 [SQL 客户端网关(Gateway)](sqlClient.html#limitations--future) 的功能,详见 [FLIP-24](https://cwiki.apache.org/confluence/display/FLINK/FLIP-24+-+SQL+Client) 和 [FLIP-91](https://cwiki.apache.org/confluence/display/FLINK/FLIP-91%3A+Support+SQL+Client+Gateway)。
 
 {% top %}