chl-wxp commented on code in PR #6131:
URL: https://github.com/apache/seatunnel/pull/6131#discussion_r1442685848
##########
docs/en/connector-v2/sink/S3File.md:
##########
@@ -383,6 +404,8 @@ For orc file format simple config with
`org.apache.hadoop.fs.s3a.SimpleAWSCreden
access_key = "xxxxxxxxxxxxxxxxx"
secret_key = "xxxxxxxxxxxxxxxxx"
file_format_type = "orc"
+ schema_save_mode = "CREATE_SCHEMA_WHEN_NOT_EXIST"
Review Comment:
added
##########
docs/en/connector-v2/sink/S3File.md:
##########
@@ -117,7 +117,12 @@ If write to `csv`, `text` file type, All column will be
string.
| max_rows_in_memory | int | no | -
| Only used when file_format is excel.
|
| sheet_name | string | no | Sheet${Random
number} | Only used when file_format is excel.
|
| hadoop_s3_properties | map | no |
| If you need to add a other option, you could
add it here and refer to this
[link](https://hadoop.apache.org/docs/stable/hadoop-aws/tools/hadoop-aws/index.html)
|
-| |
+| schema_save_mode | Enum | no |
CREATE_SCHEMA_WHEN_NOT_EXIST | Before turning on the
synchronous task, do different treatment of the target path
|
+| data_save_mode | Enum | no | APPEND_DATA
| Before opening the synchronous task, the
data file in the target path is differently processed
|
+
+### path [string]
+
+Store the path of the data file to support variable replacement. For example:
path=/test/${database_name}/${schema_name}/${table_name}
Review Comment:
added
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]