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

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


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new 95f0261  [hotfix][docs] The default value column of 
sink.partition-commit.success-file.name should be _SUCCESS
95f0261 is described below

commit 95f0261ec2c420bc6021692d1ae9621b8f33a4b2
Author: zhuxiaoshang <[email protected]>
AuthorDate: Wed Nov 11 17:40:47 2020 +0800

    [hotfix][docs] The default value column of 
sink.partition-commit.success-file.name should be _SUCCESS
    
    This closes #14031.
---
 docs/dev/table/connectors/filesystem.md    | 2 +-
 docs/dev/table/connectors/filesystem.zh.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/dev/table/connectors/filesystem.md 
b/docs/dev/table/connectors/filesystem.md
index 262aa09..59f65c7d 100644
--- a/docs/dev/table/connectors/filesystem.md
+++ b/docs/dev/table/connectors/filesystem.md
@@ -300,7 +300,7 @@ The partition commit policy defines what action is taken 
when partitions are com
     </tr>
     <tr>
         <td><h5>sink.partition-commit.success-file.name</h5></td>
-        <td style="word-wrap: break-word;">(none)</td>
+        <td style="word-wrap: break-word;">_SUCCESS</td>
         <td>String</td>
         <td>The file name for success-file partition commit policy, default is 
'_SUCCESS'.</td>
     </tr>
diff --git a/docs/dev/table/connectors/filesystem.zh.md 
b/docs/dev/table/connectors/filesystem.zh.md
index 262aa09..59f65c7d 100644
--- a/docs/dev/table/connectors/filesystem.zh.md
+++ b/docs/dev/table/connectors/filesystem.zh.md
@@ -300,7 +300,7 @@ The partition commit policy defines what action is taken 
when partitions are com
     </tr>
     <tr>
         <td><h5>sink.partition-commit.success-file.name</h5></td>
-        <td style="word-wrap: break-word;">(none)</td>
+        <td style="word-wrap: break-word;">_SUCCESS</td>
         <td>String</td>
         <td>The file name for success-file partition commit policy, default is 
'_SUCCESS'.</td>
     </tr>

Reply via email to