Hisoka-X commented on code in PR #8507: URL: https://github.com/apache/seatunnel/pull/8507#discussion_r1942260832
########## seatunnel-connectors-v2/connector-file/connector-file-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/config/BaseSourceConfigOptions.java: ########## @@ -178,4 +178,30 @@ public class BaseSourceConfigOptions { .enumType(ArchiveCompressFormat.class) .defaultValue(ArchiveCompressFormat.NONE) .withDescription("Archive compression codec"); + + public static final Option<Long> FILE_SIZE_PER_SPLIT = Review Comment: Please update the docs. -- 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