dramaticlly commented on code in PR #17697:
URL: https://github.com/apache/iceberg/pull/17697#discussion_r3806605423
##########
core/src/main/java/org/apache/iceberg/rest/RESTUtil.java:
##########
@@ -188,8 +173,8 @@ public static String namespaceToQueryParam(Namespace
namespace) {
/**
* This converts the given namespace to a string and separates each part in
a multipart namespace
- * using the provided unicode separator. Note that this method is different
from {@link
- * RESTUtil#encodeNamespace(Namespace)}, which uses a UTF-8 escaped
separator.
+ * using the provided unicode separator. Note that this method uses the raw
unicode separator,
+ * unlike the percent-encoded form used by the REST catalog path encoding.
Review Comment:
Removed and simplified Javadoc as separator is now provided
--
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]