Airblader commented on a change in pull request #17332: URL: https://github.com/apache/flink/pull/17332#discussion_r714616649
########## File path: flink-connectors/flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/dialect/JdbcDialect.java ########## @@ -142,4 +143,16 @@ */ String getSelectFromStatement( String tableName, String[] selectFields, String[] conditionFields); + + /** Create catalog instance. */ + default AbstractJdbcCatalog createCatalog( + String catalogName, Review comment: I'd be OK with doing this in a separate ticket, but then that ticket needs to be done first before we can merge this. This creates new public APIs, and public APIs need to be correct when they are merged. Otherwise the other ticket will fall through the cracks and this gets released as-is. I'm not a committer, though, this is just my opinion. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org