healchow commented on code in PR #9331:
URL: https://github.com/apache/inlong/pull/9331#discussion_r1405935639
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/node/starrocks/StarRocksDataNodeOperator.java:
##########
@@ -88,7 +89,7 @@ protected void setTargetEntity(DataNodeRequest request,
DataNodeEntity targetEnt
@Override
public Boolean testConnection(DataNodeRequest request) {
- String jdbcUrl = request.getUrl();
+ String jdbcUrl = MySQLDataNodeDTO.convertToJdbcurl(request.getUrl());
Review Comment:
Rather than duplicating code, we recommend using classes associated with it
within the class, rather than using non-utility classes from elsewhere.
--
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]