stalary commented on a change in pull request #3454:
URL: https://github.com/apache/incubator-doris/pull/3454#discussion_r426239310
##########
File path: fe/src/main/java/org/apache/doris/external/EsRestClient.java
##########
@@ -137,10 +135,9 @@ private String execute(String path) {
if (!(currentNode.startsWith("http://") ||
currentNode.startsWith("https://"))) {
currentNode = "http://" + currentNode;
}
-
Request request = builder.get()
- .url(currentNode + "/" + path)
- .build();
+ .url(currentNode + "/" + path)
+ .build();
LOG.trace("es rest client request URL: {}", currentNode + "/" +
path);
Review comment:
Ok, I will modify it,I forgot to judge it here
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]