This is an automated email from the ASF dual-hosted git repository.

tangyun pushed a commit to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.15 by this push:
     new 27f93da8f4a [FLINK-31683][docs-zh] Update the outdated Chinese 
filesystem connector docs
27f93da8f4a is described below

commit 27f93da8f4a6813af5030691e72d132bb35ec1c0
Author: Yun Tang <myas...@live.com>
AuthorDate: Fri Mar 31 17:36:57 2023 +0800

    [FLINK-31683][docs-zh] Update the outdated Chinese filesystem connector docs
---
 docs/content.zh/docs/connectors/table/filesystem.md | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/docs/content.zh/docs/connectors/table/filesystem.md 
b/docs/content.zh/docs/connectors/table/filesystem.md
index ce92f7fb10a..a38f1c17b87 100644
--- a/docs/content.zh/docs/connectors/table/filesystem.md
+++ b/docs/content.zh/docs/connectors/table/filesystem.md
@@ -58,10 +58,6 @@ CREATE TABLE MyUserTable (
 请确保包含 [Flink File System specific dependencies]({{< ref 
"docs/deployment/filesystems/overview" >}})。
 {{< /hint >}}
 
-{{< hint info >}}
-基于流的文件系统 sources 仍在开发中。未来,社区将增加对常见地流式用例的支持,例如,对分区和目录的监控等。
-{{< /hint >}}
-
 {{< hint warning >}}
 文件系统连接器的特性与 `previous legacy filesystem connector` 有很大不同:
 path 属性指定的是目录,而不是文件,该目录下的文件也不是肉眼可读的。
@@ -115,9 +111,9 @@ path
 
 ### 目录监控
 
-当运行模式为流模式时,文件系统连接器会自动监控输入目录。
+默认情况下,文件系统连接器是有界的,也就是只会扫描配置路径一遍后就会停止。
 
-可以使用以下属性修改监控时间间隔。
+如果需要,可以通过设置 `source.monitor-interval` 属性来开启目录监控,以便在新文件出现时继续扫描。
 
 <table class="table table-bordered">
   <thead>

Reply via email to