BoYiZhang commented on code in PR #22204:
URL: https://github.com/apache/flink/pull/22204#discussion_r1161678153


##########
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

Review Comment:
   Thank you very much. It has been corrected



##########
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

Review Comment:
   Thank you very much. It has been corrected



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to