tprelle commented on code in PR #6676:
URL: https://github.com/apache/iceberg/pull/6676#discussion_r1089000936


##########
core/src/main/java/org/apache/iceberg/BaseMetastoreCatalog.java:
##########
@@ -36,6 +36,8 @@
 public abstract class BaseMetastoreCatalog implements Catalog {
   private static final Logger LOG = 
LoggerFactory.getLogger(BaseMetastoreCatalog.class);
 
+  protected static final String NAMESPACE_LOCATION_PROPS = "location";

Review Comment:
   just put it back in the NessieCatalog



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