nastra commented on code in PR #10905: URL: https://github.com/apache/iceberg/pull/10905#discussion_r1709732604
########## core/src/test/java/org/apache/iceberg/rest/RESTCatalogAdapter.java: ########## @@ -670,7 +681,9 @@ public static void configureResponseFromException( } private static Namespace namespaceFromPathVars(Map<String, String> pathVars) { - return RESTUtil.decodeNamespace(pathVars.get("namespace"), NAMESPACE_SEPARATOR); + String namespaceSeparator = + PropertyUtil.propertyAsString(pathVars, "delim", NAMESPACE_SEPARATOR); Review Comment: Spec-related things are handled in https://github.com/apache/iceberg/pull/10904 -- 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