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 2022/03/23 14:27:01 UTC

[flink] branch master updated: [hotfix][docs] Fix typo in the "SQL Deduplication" page (#19213)

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 103fae9  [hotfix][docs] Fix typo in the "SQL Deduplication" page (#19213)
103fae9 is described below

commit 103fae92adaacd739631bf5315a58268f990880d
Author: ylchou <yl...@qq.com>
AuthorDate: Wed Mar 23 22:26:24 2022 +0800

    [hotfix][docs] Fix typo in the "SQL Deduplication" page (#19213)
---
 docs/content.zh/docs/dev/table/sql/queries/deduplication.md | 2 +-
 docs/content/docs/dev/table/sql/queries/deduplication.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content.zh/docs/dev/table/sql/queries/deduplication.md b/docs/content.zh/docs/dev/table/sql/queries/deduplication.md
index 6ebe3ae..2815c9c 100644
--- a/docs/content.zh/docs/dev/table/sql/queries/deduplication.md
+++ b/docs/content.zh/docs/dev/table/sql/queries/deduplication.md
@@ -56,7 +56,7 @@ The following examples show how to specify SQL queries with Deduplication on str
 
 ```sql
 CREATE TABLE Orders (
-  order_time  STRING,
+  order_id  STRING,
   user        STRING,
   product     STRING,
   num         BIGINT,
diff --git a/docs/content/docs/dev/table/sql/queries/deduplication.md b/docs/content/docs/dev/table/sql/queries/deduplication.md
index 375ea34..18b517e 100644
--- a/docs/content/docs/dev/table/sql/queries/deduplication.md
+++ b/docs/content/docs/dev/table/sql/queries/deduplication.md
@@ -56,7 +56,7 @@ The following examples show how to specify SQL queries with Deduplication on str
 
 ```sql
 CREATE TABLE Orders (
-  order_time  STRING,
+  order_id  STRING,
   user        STRING,
   product     STRING,
   num         BIGINT,