RyanSkraba commented on a change in pull request #18792:
URL: https://github.com/apache/flink/pull/18792#discussion_r807948479



##########
File path: docs/content/docs/dev/table/sql/create.md
##########
@@ -315,7 +315,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 * quanitity  -- evaluate expression and supply the result to 
queries

Review comment:
       ```suggestion
     `cost` AS price * quantity  -- evaluate expression and supply the result 
to queries
   ```
   While we're here: typo in the same line!




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to