nastra commented on code in PR #8976:
URL: https://github.com/apache/iceberg/pull/8976#discussion_r1385087168


##########
core/src/main/java/org/apache/iceberg/rest/HTTPClient.java:
##########
@@ -186,8 +186,21 @@ private static void throwFailure(
     throw new RESTException("Unhandled error: %s", errorResponse);
   }
 
-  private URI buildUri(String path, Map<String, String> params) {
+  private String buildBaseUri(String path) {
+    // if full path is provided, use the input path as baseUri
+    if (path.startsWith("https://";)) {

Review Comment:
   what if it's a `http` endpoint?



-- 
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...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to