chl-wxp commented on code in PR #10142:
URL: https://github.com/apache/seatunnel/pull/10142#discussion_r2585299813


##########
seatunnel-connectors-v2/connector-file/connector-file-base/src/main/java/org/apache/seatunnel/connectors/seatunnel/file/config/FileBaseOptions.java:
##########
@@ -150,4 +150,13 @@ public class FileBaseOptions extends 
ConnectorCommonOptions {
                     .enumType(ArchiveCompressFormat.class)
                     .defaultValue(ArchiveCompressFormat.NONE)
                     .withDescription("Archive compression codec");
+
+    public static final Option<Boolean> ENABLE_SPLIT_FILE =
+            
Options.key("enable_split_file").booleanType().defaultValue(false).withDescription("");

Review Comment:
   > I suggest adding a description here, which should be written in 
`withDescription()`
   
   Okay, I'll add



-- 
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]

Reply via email to