hawk9821 commented on code in PR #8029: URL: https://github.com/apache/seatunnel/pull/8029#discussion_r1843770491
########## seatunnel-api/src/main/java/org/apache/seatunnel/api/table/catalog/schema/TableSchemaOptions.java: ########## @@ -55,6 +55,12 @@ public static class TableIdentifierOptions { .noDefaultValue() .withDescription("SeaTunnel Schema"); + public static final Option<List<Map<String, Object>>> TABLES_CONFIGS = Review Comment: In `FakeOption` and `BaseSourceConfigOptions` , it is used for `connector-fake` and `connector-file` respectively, so this configuration is added to TableSchemaOptions , whether unified configuration is necessary ? -- 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