jinkachy commented on code in PR #9002: URL: https://github.com/apache/seatunnel/pull/9002#discussion_r2009692854
########## seatunnel-connectors-v2/connector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/config/JdbcSourceConfig.java: ########## @@ -44,6 +45,10 @@ public class JdbcSourceConfig implements Serializable { private int splitInverseSamplingRate; private boolean decimalTypeNarrowing; + private StringSplitMode stringSplitMode; + + private String collate; Review Comment: thanks, fix done -- 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