RocMarshal commented on code in PR #183:
URL: 
https://github.com/apache/flink-connector-jdbc/pull/183#discussion_r2637476087


##########
flink-connector-jdbc-core/src/main/java/org/apache/flink/connector/jdbc/core/database/JdbcFactoryLoader.java:
##########
@@ -58,6 +58,15 @@ public static JdbcDialect loadDialect(
         return load(url, classLoader).createDialect(compatibleMode);
     }
 
+    public static JdbcCatalog loadCatalog(

Review Comment:
   Hi, @och5351 thanks for the ping.
   
   I’m not sure whether there’s an issue with my local repository or if I’ve 
missed some checks, but it seems that this newly introduced method still hasn’t 
been removed?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to