This is an automated email from the ASF dual-hosted git repository.
xtsong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 2a8ea19894f [hotfix][doc][azure-fs] Correct documentation regarding
FileSink ABFS support.
2a8ea19894f is described below
commit 2a8ea19894f087598792346bc9a9617b669b4527
Author: Xintong Song <[email protected]>
AuthorDate: Wed Jan 18 16:54:09 2023 +0800
[hotfix][doc][azure-fs] Correct documentation regarding FileSink ABFS
support.
---
docs/content.zh/docs/connectors/datastream/filesystem.md | 2 +-
docs/content/docs/connectors/datastream/filesystem.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/content.zh/docs/connectors/datastream/filesystem.md
b/docs/content.zh/docs/connectors/datastream/filesystem.md
index 25014828ea4..2cd0bc6bead 100644
--- a/docs/content.zh/docs/connectors/datastream/filesystem.md
+++ b/docs/content.zh/docs/connectors/datastream/filesystem.md
@@ -1194,7 +1194,7 @@ PyFlink 只支持 `ConcatFileCompactor` 和
`IdenticalFileCompactor` 。
<span class="label label-danger">注意事项 3</span>:Flink 和 `FileSink` 永远不会覆盖已提交数据。
鉴于此,假定一个 In-progress 状态文件被后续成功的 Checkpoint 提交了,当尝试从这个旧的 Checkpoint / Savepoint
进行恢复时,`FileSink` 将拒绝继续执行并将抛出异常,因为程序无法找到 In-progress 状态的文件。
-<span class="label label-danger">注意事项 4</span>:目前,`FileSink` 仅支持以下 5
种文件系统:HDFS、 S3、OSS、ABS 和 Local。如果在运行时使用了不支持的文件系统,Flink 将抛出异常。
+<span class="label label-danger">注意事项 4</span>:目前,`FileSink` 仅支持以下 5
种文件系统:HDFS、 S3、OSS、ABFS 和 Local。如果在运行时使用了不支持的文件系统,Flink 将抛出异常。
<a name="batch-specific"></a>
diff --git a/docs/content/docs/connectors/datastream/filesystem.md
b/docs/content/docs/connectors/datastream/filesystem.md
index e8c701fb321..b4c6a643f53 100644
--- a/docs/content/docs/connectors/datastream/filesystem.md
+++ b/docs/content/docs/connectors/datastream/filesystem.md
@@ -1198,7 +1198,7 @@ by subsequent successful checkpoints, the `FileSink` will
refuse to resume and w
in-progress file.
<span class="label label-danger">Important Note 4</span>: Currently, the
`FileSink` only supports five filesystems:
-HDFS, S3, OSS, ABS and Local. Flink will throw an exception when using an
unsupported filesystem at runtime.
+HDFS, S3, OSS, ABFS and Local. Flink will throw an exception when using an
unsupported filesystem at runtime.
#### BATCH-specific