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 full 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]