dimas-b commented on code in PR #10905:
URL: https://github.com/apache/iceberg/pull/10905#discussion_r1709724932


##########
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:
   Could you add this parameter to the REST spec?



-- 
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

Reply via email to