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: [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]

Reply via email to