danielcweeks commented on code in PR #11954: URL: https://github.com/apache/iceberg/pull/11954#discussion_r1913468816
########## core/src/main/java/org/apache/iceberg/rest/RESTUtil.java: ########## @@ -215,4 +215,19 @@ public static Namespace decodeNamespace(String encodedNs) { return Namespace.of(levels); } + + public static String buildCredentialEndpoint(String catalogUri, String credentialEndpoint) { Review Comment: Can we make this more generic? Basically we're saying that we need a utility to either resolve a fully qualified uri or a relative one, which I don't feel needs to be credential specific. -- 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