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

tyrantlucifer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new caf91d183 [Improve][doc] Fix doc error (#2610)
caf91d183 is described below

commit caf91d183536be71560be7078b338bd797b61e50
Author: Eric <[email protected]>
AuthorDate: Fri Sep 2 18:10:56 2022 +0800

    [Improve][doc] Fix doc error (#2610)
---
 docs/en/connector-v2/sink/HdfsFile.md  | 28 ++++++++++++++--------------
 docs/en/connector-v2/sink/LocalFile.md | 28 ++++++++++++++--------------
 2 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/docs/en/connector-v2/sink/HdfsFile.md 
b/docs/en/connector-v2/sink/HdfsFile.md
index cbc2d616a..aabc00ab4 100644
--- a/docs/en/connector-v2/sink/HdfsFile.md
+++ b/docs/en/connector-v2/sink/HdfsFile.md
@@ -10,20 +10,20 @@ Output data to hdfs file. Support bounded and unbounded job.
 
 In order to use this connector, You must ensure your spark/flink cluster 
already integrated hadoop. The tested hadoop version is 2.x.
 
-| name                              | type   | required | default value        
                                         |
-| --------------------------------- | ------ | -------- | 
------------------------------------------------------------- |
-| path                              | string | yes      | -                    
                                         |
-| file_name_expression              | string | no       | "${transactionId}"   
                                         |
-| file_format                       | string | no       | "text"               
                                         |
-| filename_time_format              | string | no       | "yyyy.MM.dd"         
                                         |
-| field_delimiter                   | string | no       | '\001'               
                                         |
-| row_delimiter                     | string | no       | "\n"                 
                                         |
-| partition_by                      | array  | no       | -                    
                                         |
-| partition_dir_expression          | string | no       | 
"\${k0}=\${v0}\/\${k1}=\${v1}\/...\/\${kn}=\${vn}\/"          |
-| is_partition_field_write_in_file  | boolean| no       | false                
                                         |
-| sink_columns                      | array  | no       | When this parameter 
is empty, all fields are sink columns     |
-| is_enable_transaction             | boolean| no       | true                 
                                         |
-| save_mode                         | string | no       | "error"              
                                         |
+| name                              | type   | required | default value        
                                   |
+| --------------------------------- | ------ | -------- 
|---------------------------------------------------------|
+| path                              | string | yes      | -                    
                                   |
+| file_name_expression              | string | no       | "${transactionId}"   
                                   |
+| file_format                       | string | no       | "text"               
                                   |
+| filename_time_format              | string | no       | "yyyy.MM.dd"         
                                   |
+| field_delimiter                   | string | no       | '\001'               
                                   |
+| row_delimiter                     | string | no       | "\n"                 
                                   |
+| partition_by                      | array  | no       | -                    
                                   |
+| partition_dir_expression          | string | no       | 
"${k0}=${v0}/${k1}=${v1}/.../${kn}=${vn}/"              |
+| is_partition_field_write_in_file  | boolean| no       | false                
                                   |
+| sink_columns                      | array  | no       | When this parameter 
is empty, all fields are sink columns |
+| is_enable_transaction             | boolean| no       | true                 
                                   |
+| save_mode                         | string | no       | "error"              
                                   |
 
 ### path [string]
 
diff --git a/docs/en/connector-v2/sink/LocalFile.md 
b/docs/en/connector-v2/sink/LocalFile.md
index 773c625af..12d5fd54e 100644
--- a/docs/en/connector-v2/sink/LocalFile.md
+++ b/docs/en/connector-v2/sink/LocalFile.md
@@ -8,20 +8,20 @@ Output data to local file. Support bounded and unbounded job.
 
 ## Options
 
-| name                              | type   | required | default value        
                                         |
-| --------------------------------- | ------ | -------- | 
------------------------------------------------------------- |
-| path                              | string | yes      | -                    
                                         |
-| file_name_expression              | string | no       | "${transactionId}"   
                                         |
-| file_format                       | string | no       | "text"               
                                         |
-| filename_time_format              | string | no       | "yyyy.MM.dd"         
                                         |
-| field_delimiter                   | string | no       | '\001'               
                                         |
-| row_delimiter                     | string | no       | "\n"                 
                                         |
-| partition_by                      | array  | no       | -                    
                                         |
-| partition_dir_expression          | string | no       | 
"\${k0}=\${v0}\/\${k1}=\${v1}\/...\/\${kn}=\${vn}\/"          |
-| is_partition_field_write_in_file  | boolean| no       | false                
                                         |
-| sink_columns                      | array  | no       | When this parameter 
is empty, all fields are sink columns     |
-| is_enable_transaction             | boolean| no       | true                 
                                         |
-| save_mode                         | string | no       | "error"              
                                         |
+| name                              | type   | required | default value        
                               |
+| --------------------------------- | ------ | -------- | 
--------------------------------------------------- |
+| path                              | string | yes      | -                    
                               |
+| file_name_expression              | string | no       | "${transactionId}"   
                               |
+| file_format                       | string | no       | "text"               
                               |
+| filename_time_format              | string | no       | "yyyy.MM.dd"         
                               |
+| field_delimiter                   | string | no       | '\001'               
                               |
+| row_delimiter                     | string | no       | "\n"                 
                               |
+| partition_by                      | array  | no       | -                    
                               |
+| partition_dir_expression          | string | no       | 
"${k0}=${v0}/${k1}=${v1}/.../${kn}=${vn}/"          |
+| is_partition_field_write_in_file  | boolean| no       | false                
                               |
+| sink_columns                      | array  | no       | When this parameter 
is empty, all fields are sink columns |
+| is_enable_transaction             | boolean| no       | true                 
                               |
+| save_mode                         | string | no       | "error"              
                               |
 
 ### path [string]
 

Reply via email to