xiaoHoly commented on a change in pull request #14387: URL: https://github.com/apache/flink/pull/14387#discussion_r545900554
########## File path: flink-connectors/flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/internal/options/JdbcOptions.java ########## @@ -150,7 +168,7 @@ public JdbcOptions build() { }); } - return new JdbcOptions(dbURL, tableName, driverName, username, password, dialect); + return new JdbcOptions(dbURL, tableName, driverName, username, password, dialect,connectionCheckTimeoutSeconds); Review comment: thanks , review my code. i had done with your suggestion .But i dont konw how to get connectionCheckTimeoutSeconds in JdbcBatchingOutputFormat.java ,so i remove it . ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org