healchow commented on code in PR #7674:
URL: https://github.com/apache/inlong/pull/7674#discussion_r1145636121
##########
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/sink/mysql/MySQLSinkDTO.java:
##########
@@ -221,7 +221,7 @@ public static String filterSensitive(String url) {
return url;
}
try {
- String resultUrl = url;
+ String resultUrl = url.replaceAll(InlongConstants.BLANK, "");
Review Comment:
Please check other urls at the same time, thanks.
--
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]