jerry-024 commented on code in PR #5695: URL: https://github.com/apache/paimon/pull/5695#discussion_r2128256175
########## paimon-api/src/main/java/org/apache/paimon/rest/HttpClient.java: ########## @@ -171,8 +180,7 @@ public <T extends RESTResponse> T delete( } @VisibleForTesting - protected static String getRequestUrl( - String uri, String path, Map<String, String> queryParams) { + protected String getRequestUrl(String path, Map<String, String> queryParams) { Review Comment: As we will check url when init client. So here just use client's uri. -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org