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


##########
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:
   this is done in https://github.com/apache/flink/pull/23434



##########
docs/content/docs/dev/table/sql/queries/with.md:
##########
@@ -33,7 +33,7 @@ The syntax of `WITH` statement is:
 WITH <with_item_definition> [ , ... ]
 SELECT ... FROM ...;
 
-<with_item_defintion>:
+<with_item_definition>:

Review Comment:
   It would make sense to do the chinese version as well - unless there is 
another pr doing that.



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