EricJoy2048 commented on code in PR #3899: URL: https://github.com/apache/incubator-seatunnel/pull/3899#discussion_r1071196664
########## docs/en/connector-v2/sink/FtpFile.md: ########## @@ -157,6 +158,16 @@ Only support `true` now. The maximum number of rows in a file. For SeaTunnel Engine, the number of lines in the file is determined by `batch_size` and `checkpoint.interval` jointly decide. If the value of `checkpoint.interval` is large enough, sink writer will write rows in a file until the rows in the file larger than `batch_size`. If `checkpoint.interval` is small, the sink writer will create a new file when a new checkpoint trigger. +### compress_codec [string] Review Comment: add change log? -- 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]
