nastra commented on code in PR #11954:
URL: https://github.com/apache/iceberg/pull/11954#discussion_r1915070130
##########
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:
good point, I've renamed this to `resolveEndpoint`
--
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]