adutra commented on code in PR #17709:
URL: https://github.com/apache/iceberg/pull/17709#discussion_r3821730123
##########
core/src/main/java/org/apache/iceberg/rest/RESTCatalogProperties.java:
##########
@@ -43,8 +43,7 @@ private RESTCatalogProperties() {}
public static final String PAGE_SIZE = "rest-page-size";
public static final String NAMESPACE_SEPARATOR = "namespace-separator";
- public static final String NAMESPACE_SEPARATOR_DEFAULT =
- RESTUtil.NAMESPACE_SEPARATOR_URLENCODED_UTF_8;
+ public static final String NAMESPACE_SEPARATOR_DEFAULT = "%1F";
Review Comment:
Whoops, I did not intend to change this. Reverting.
--
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]