dimas-b commented on code in PR #2697:
URL: https://github.com/apache/polaris/pull/2697#discussion_r2389842728


##########
runtime/service/src/main/java/org/apache/polaris/service/catalog/iceberg/IcebergCatalogHandler.java:
##########
@@ -1113,6 +1116,72 @@ public void renameView(RenameTableRequest request) {
     }
   }
 
+  private EnumSet<PolarisAuthorizableOperation> 
getUpdateTableAuthorizableOperations(
+      UpdateTableRequest request) {
+    boolean useFineGrainedOperations =
+        
realmConfig.getConfig(FeatureConfiguration.ENABLE_FINE_GRAINED_UPDATE_TABLE_PRIVILEGES);

Review Comment:
   Since we're already in the catalog context it would be nice to resolve the 
config against the catalog entity (second `getCatalog()` parameter). This way 
users would be able to set it differently in different catalogs.



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