fuweng11 commented on code in PR #7380:
URL: https://github.com/apache/inlong/pull/7380#discussion_r1108027741
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/mysql/MySQLSinkDTO.java:
##########
@@ -185,21 +184,31 @@ private static String getDbNameFromUrl(String jdbcUrl) {
return database;
}
- private static String checkJdbcUrl(String jdbcUrl) {
+ public static String setDbNameToUrl(String jdbcUrl, String databaseName) {
Review Comment:
done
--
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]