MYiYang commented on code in PR #171: URL: https://github.com/apache/doris-spark-connector/pull/171#discussion_r1430860293
########## spark-doris-connector/src/main/java/org/apache/doris/spark/rest/RestService.java: ########## @@ -560,6 +582,42 @@ static List<BackendRow> parseBackend(String response, Logger logger) throws Dori return backendRows; } + /** + * get Doris BE node. + * @param logger slf4j logger + * @return the Doris BE node + * @throws IllegalArgumentException BE nodes is illegal + */ + public static List<BackendV2.BackendRowV2> getBeBackendRows(SparkSettings sparkSettings, Logger logger) throws DorisException { Review Comment: Ok, let me think about what I should call it -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org