Hisoka-X commented on code in PR #9017: URL: https://github.com/apache/seatunnel/pull/9017#discussion_r2005471985
########## docs/en/connector-v2/sink/CosFile.md: ########## @@ -50,7 +50,7 @@ By default, we use 2PC commit to ensure `exactly-once` | file_format_type | string | no | "csv" | | | filename_extension | string | no | - | Override the default file name extensions with custom file name extensions. E.g. `.xml`, `.json`, `dat`, `.customtype` | | field_delimiter | string | no | '\001' | Only used when file_format is text | -| row_delimiter | string | no | "\n" | Only used when file_format is text | +| row_delimiter | string | no | "\n" | Only used when file_format is `text`/`csv` and `json` | Review Comment: ```suggestion | row_delimiter | string | no | "\n" | Only used when file_format is `text`, `csv` and `json` | ``` -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org