vernedeng commented on code in PR #9331:
URL: https://github.com/apache/inlong/pull/9331#discussion_r1405548924


##########
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:
   Better to use the convert method in StarRocksDTO



-- 
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]

Reply via email to