nastra commented on code in PR #10929: URL: https://github.com/apache/iceberg/pull/10929#discussion_r1753354122
########## core/src/main/java/org/apache/iceberg/rest/responses/ConfigResponse.java: ########## @@ -153,8 +173,18 @@ public Builder withOverrides(Map<String, String> overridesToAdd) { return this; } + public Builder withEndpoint(Endpoint endpoint) { + endpoints.add(endpoint); + return this; + } Review Comment: I was thinking that it might be helpful to use on actual server implementations. However, I've removed this for now until we actually need 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: 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