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

martijnvisser 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 a5372e0c92c [FLINK-31170][Docs] The spelling error of the document 
word causes sql to fail to execute. This closes #22204
a5372e0c92c is described below

commit a5372e0c92c7a0f465beba5e5204b07769cd92e6
Author: BoYiZhang <[email protected]>
AuthorDate: Tue Apr 11 16:05:15 2023 +0800

    [FLINK-31170][Docs] The spelling error of the document word causes sql to 
fail to execute. This closes #22204
---
 docs/content.zh/docs/dev/table/sql/create.md | 2 +-
 docs/content/docs/dev/table/sql/create.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content.zh/docs/dev/table/sql/create.md 
b/docs/content.zh/docs/dev/table/sql/create.md
index 73bfbf1eea1..ca87efd6cbb 100644
--- a/docs/content.zh/docs/dev/table/sql/create.md
+++ b/docs/content.zh/docs/dev/table/sql/create.md
@@ -317,7 +317,7 @@ CREATE TABLE MyTable (
   `user_id` BIGINT,
   `price` DOUBLE,
   `quantity` DOUBLE,
-  `cost` AS price * quanitity,  -- evaluate expression and supply the result 
to queries
+  `cost` AS price * quantity  -- evaluate expression and supply the result to 
queries
 ) WITH (
   'connector' = 'kafka'
   ...
diff --git a/docs/content/docs/dev/table/sql/create.md 
b/docs/content/docs/dev/table/sql/create.md
index 69d3dd24f67..2cff682b5ba 100644
--- a/docs/content/docs/dev/table/sql/create.md
+++ b/docs/content/docs/dev/table/sql/create.md
@@ -316,7 +316,7 @@ CREATE TABLE MyTable (
   `user_id` BIGINT,
   `price` DOUBLE,
   `quantity` DOUBLE,
-  `cost` AS price * quanitity,  -- evaluate expression and supply the result 
to queries
+  `cost` AS price * quantity  -- evaluate expression and supply the result to 
queries
 ) WITH (
   'connector' = 'kafka'
   ...

Reply via email to