Hisoka-X commented on code in PR #6341:
URL: https://github.com/apache/seatunnel/pull/6341#discussion_r1578765392
##########
seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/rest/RestService.java:
##########
@@ -237,7 +237,8 @@ static String[] parseIdentifier(String tableIdentifier,
Logger logger)
}
@VisibleForTesting
- static String randomEndpoint(String feNodes, Logger logger) throws
DorisConnectorException {
+ public static String randomEndpoint(String feNodes, Logger logger)
Review Comment:
Use UT to test this method is enough.
--
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]