nastra commented on code in PR #6676: URL: https://github.com/apache/iceberg/pull/6676#discussion_r1089009242
########## nessie/src/main/java/org/apache/iceberg/nessie/NessieCatalog.java: ########## @@ -65,6 +65,7 @@ public class NessieCatalog extends BaseMetastoreCatalog private static final Logger LOG = LoggerFactory.getLogger(NessieCatalog.class); private static final Joiner SLASH = Joiner.on("/"); + public static final String NAMESPACE_LOCATION_PROPS = "location"; Review Comment: it doesn't look like this is used outside of this class, so let's make this `private` -- 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