nk1506 commented on code in PR #11064:
URL: https://github.com/apache/iceberg/pull/11064#discussion_r1756984629
##########
core/src/main/java/org/apache/iceberg/CatalogProperties.java:
##########
@@ -29,6 +29,7 @@ private CatalogProperties() {}
public static final String WAREHOUSE_LOCATION = "warehouse";
public static final String TABLE_DEFAULT_PREFIX = "table-default.";
public static final String TABLE_OVERRIDE_PREFIX = "table-override.";
+ public static final String VIEW_DEFAULT_PREFIX = "view-default.";
Review Comment:
Thanks @ebyhr for working on this. I also raised a similar
[PR](https://github.com/apache/iceberg/pull/11025) which I think is not
required anymore. Do you think we should also add `"view-override."` ?
--
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]