nk1506 commented on code in PR #216:
URL: https://github.com/apache/polaris/pull/216#discussion_r1733337662


##########
polaris-service/src/main/java/io/polaris/service/catalog/BasePolarisCatalog.java:
##########
@@ -1065,12 +1068,19 @@ private class BasePolarisCatalogViewBuilder extends 
BaseMetastoreViewCatalog.Bas
 
     public BasePolarisCatalogViewBuilder(TableIdentifier identifier) {
       super(identifier);
+      withProperties(viewDefaultProperties());

Review Comment:
   If Iceberg would have options to add catalog level properties for view like 
table. This is not required. I have created a 
[PR](https://github.com/apache/iceberg/pull/11025) with iceberg to support 
catalog level properties. 
   
   Or are there any other ways to pass catalog level properties to views ? 



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

Reply via email to