nastra commented on code in PR #10877: URL: https://github.com/apache/iceberg/pull/10877#discussion_r1705142884
########## core/src/main/java/org/apache/iceberg/rest/RESTSessionCatalog.java: ########## @@ -116,6 +116,7 @@ public class RESTSessionCatalog extends BaseViewSessionCatalog private static final String DEFAULT_FILE_IO_IMPL = "org.apache.iceberg.io.ResolvingFileIO"; private static final String REST_METRICS_REPORTING_ENABLED = "rest-metrics-reporting-enabled"; private static final String REST_SNAPSHOT_LOADING_MODE = "snapshot-loading-mode"; + static final String REST_NAMESPACE_SEPARATOR = "rest-namespace-separator"; Review Comment: yeah I agree that we currently don't have a good place to document this but I'll check whether we can add this somewhere -- 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