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

lzljs3620320 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 23381ad4036 [FLINK-28486][docs-zh] Flink FileSystem SQL Connector Doc 
is not right
23381ad4036 is described below

commit 23381ad4036ae4b6063c13e07a81c6b54fec1935
Author: DingGeGe <[email protected]>
AuthorDate: Thu Jul 14 11:07:33 2022 +0800

    [FLINK-28486][docs-zh] Flink FileSystem SQL Connector Doc is not right
    
    This closes #20255
---
 docs/content.zh/docs/connectors/table/filesystem.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content.zh/docs/connectors/table/filesystem.md 
b/docs/content.zh/docs/connectors/table/filesystem.md
index cd473827bd4..ce92f7fb10a 100644
--- a/docs/content.zh/docs/connectors/table/filesystem.md
+++ b/docs/content.zh/docs/connectors/table/filesystem.md
@@ -280,7 +280,7 @@ file sink 支持文件合并,允许应用程序使用较小的 checkpoint 间
 如果启用文件合并功能,会根据目标文件大小,将多个小文件合并成大文件。
 在生产环境中使用文件合并功能时,需要注意:
 - 只有 checkpoint 内部的文件才会被合并,至少生成的文件个数与 checkpoint 个数相同。
-- 合并前文件是可见的,那么文件的可见时间是:checkpoint 间隔时长 + 合并时长。
+- 合并前文件是不可见的,那么文件的可见时间是:checkpoint 间隔时长 + 合并时长。
 - 如果合并时间过长,将导致反压,延长 checkpoint 所需时间。
 
 <a name="partition-commit"></a>

Reply via email to