davidradl commented on code in PR #23434:
URL: https://github.com/apache/flink/pull/23434#discussion_r1337442776


##########
docs/content.zh/docs/connectors/datastream/filesystem.md:
##########
@@ -105,7 +105,7 @@ final FileSource<String> source =
 {{< tab "Python" >}}
 ```python
 source = FileSource.for_record_stream_format(...) \
-    .monitor_continously(Duration.of_millis(5)) \

Review Comment:
   don't you need to do the english version too? Or is this done in another pr?



##########
docs/content/docs/dev/table/hive-compatibility/hive-dialect/create.md:
##########
@@ -73,7 +73,7 @@ CREATE [EXTERNAL] TABLE [IF NOT EXISTS] [db_name.]table_name
   ]
   [LOCATION fs_path]
   [TBLPROPERTIES (property_name=property_value, ...)]
-  [AS select_statment];
+  [AS select_statement];

Review Comment:
   don't you need to do the chinese version too? Or is this done in another pr?



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