gong commented on code in PR #5896:
URL: https://github.com/apache/inlong/pull/5896#discussion_r970767201


##########
inlong-sort/sort-connectors/jdbc/src/main/java/org/apache/inlong/sort/jdbc/table/JdbcDynamicTableFactory.java:
##########
@@ -219,6 +221,7 @@ public DynamicTableSource createDynamicTableSource(Context 
context) {
 
     private JdbcOptions getJdbcOptions(ReadableConfig readableConfig) {
         final String url = readableConfig.get(URL);
+        JdbcUrlUtils.replaceInvalidUrlProperty(url);

Review Comment:
   `JdbcUrlUtils.replaceInvalidUrlProperty(url);` return value should be used.



-- 
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...@inlong.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to