nastra commented on code in PR #10877: URL: https://github.com/apache/iceberg/pull/10877#discussion_r1710800461
########## core/src/main/java/org/apache/iceberg/rest/ResourcePaths.java: ########## @@ -40,39 +46,48 @@ public static String tokens() { } private final String prefix; + private final String namespaceSeparator; public ResourcePaths(String prefix) { + this(prefix, RESTUtil.NAMESPACE_ESCAPED_SEPARATOR); Review Comment: yep, good point. I don't think this constructor was used anywhere so it's good to deprecate and guide users to use `forCatalogProperties´ directly -- 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