xiaoHoly commented on a change in pull request #14387:
URL: https://github.com/apache/flink/pull/14387#discussion_r547695728



##########
File path: 
flink-connectors/flink-connector-jdbc/src/main/java/org/apache/flink/table/descriptors/JdbcValidator.java
##########
@@ -42,6 +42,7 @@
        public static final String CONNECTOR_DRIVER = "connector.driver";
        public static final String CONNECTOR_USERNAME = "connector.username";
        public static final String CONNECTOR_PASSWORD = "connector.password";
+       public static final String CONNECTOR_MAX_RETRY_TIMEOUT = 
"connection.max-retry-timeout";

Review comment:
       ok




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


Reply via email to