You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by sj...@apache.org on 2020/07/13 16:34:24 UTC

[flink] branch master updated: [FLINK-18532][docs] Remove beta tag from MATCH_RECOGNIZE

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

sjwiesman 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 ae3c790  [FLINK-18532][docs] Remove beta tag from MATCH_RECOGNIZE
ae3c790 is described below

commit ae3c79033a682c9fd090052bfc3ba76adadfb94c
Author: Seth Wiesman <sj...@gmail.com>
AuthorDate: Mon Jul 13 10:17:07 2020 -0500

    [FLINK-18532][docs] Remove beta tag from MATCH_RECOGNIZE
    
    This closes #12889
---
 docs/dev/table/streaming/match_recognize.md    | 5 ++---
 docs/dev/table/streaming/match_recognize.zh.md | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/docs/dev/table/streaming/match_recognize.md b/docs/dev/table/streaming/match_recognize.md
index 21244df..4485d83 100644
--- a/docs/dev/table/streaming/match_recognize.md
+++ b/docs/dev/table/streaming/match_recognize.md
@@ -3,7 +3,6 @@ title: 'Detecting Patterns in Tables'
 nav-parent_id: streaming_tableapi
 nav-title: 'Detecting Patterns'
 nav-pos: 5
-is_beta: true
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -67,9 +66,9 @@ FROM MyTable
 
 This page will explain each keyword in more detail and will illustrate more complex examples.
 
-<span class="label label-danger">Attention</span> Flink's implementation of the `MATCH_RECOGNIZE`
+{% info Notice %} Flink's implementation of the `MATCH_RECOGNIZE`
 clause is a subset of the full standard. Only those features documented in the following sections
-are supported. Since the development is still in an early phase, please also take a look at the
+are supported. Additional features may be supported based on community feeback, please also take a look at the
 [known limitations](#known-limitations).
 
 * This will be replaced by the TOC
diff --git a/docs/dev/table/streaming/match_recognize.zh.md b/docs/dev/table/streaming/match_recognize.zh.md
index 7e9f7f4..54091d4 100644
--- a/docs/dev/table/streaming/match_recognize.zh.md
+++ b/docs/dev/table/streaming/match_recognize.zh.md
@@ -3,7 +3,6 @@ title: 'Detecting Patterns in Tables'
 nav-parent_id: streaming_tableapi
 nav-title: 'Detecting Patterns'
 nav-pos: 5
-is_beta: true
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
@@ -67,9 +66,9 @@ FROM MyTable
 
 This page will explain each keyword in more detail and will illustrate more complex examples.
 
-<span class="label label-danger">Attention</span> Flink's implementation of the `MATCH_RECOGNIZE`
+{% info Notice %}  Flink's implementation of the `MATCH_RECOGNIZE`
 clause is a subset of the full standard. Only those features documented in the following sections
-are supported. Since the development is still in an early phase, please also take a look at the
+are supported. Additional features may be supported based on community feeback, please also take a look at the
 [known limitations](#known-limitations).
 
 * This will be replaced by the TOC