eskabetxe commented on code in PR #123:
URL:
https://github.com/apache/flink-connector-jdbc/pull/123#discussion_r1676430473
##########
flink-connector-jdbc-core/src/main/java/org/apache/flink/connector/jdbc/internal/options/InternalJdbcConnectionOptions.java:
##########
@@ -179,7 +179,7 @@ public Builder setDBUrl(String dbURL) {
/**
* optional, Handle the SQL dialect of jdbc driver. If not set, it
will be infer by {@link
- * JdbcDialectLoader#load} from DB url.
+ * JdbcFactoryLoader#load} from DB url.
Review Comment:
changed to JdbcFactoryLoader#loadDialect
--
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]