fallintoplace opened a new pull request, #28825: URL: https://github.com/apache/flink/pull/28825
## What is the purpose of the change Four PyFlink examples call `monitor_continously`, which does not exist. The correct `FileSourceBuilder` method is `monitor_continuously`. Users copying these examples receive an `AttributeError`. ## Brief change log - Correct the method name in the English and Chinese FileSystem documentation. - Correct the method name in the English and Chinese text-file documentation. ## Verifying this change The documentation builds successfully with Hugo. The incorrect spelling no longer occurs in the English or Chinese documentation. ## Does this pull request potentially affect one of the following parts: - Dependencies: no - Public API: no - Serializers: no - Runtime per-record code paths: no - Deployment or recovery: no - S3 file system connector: no ## Documentation - Does this pull request introduce a new feature? no --- ##### Was generative AI tooling used to co-author this PR? - [X] No -- 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]
