mchades commented on code in PR #9574:
URL: https://github.com/apache/gravitino/pull/9574#discussion_r2666912669


##########
core/src/main/java/org/apache/gravitino/catalog/CatalogManager.java:
##########
@@ -1255,4 +1213,42 @@ private CatalogEntity 
convertFilesetCatalogEntity(CatalogEntity entity) {
     // If the provider is not "hadoop", we assume it is already a fileset 
catalog entity.
     return entity;
   }
+
+  public void updateCatalogProperty(

Review Comment:
   I think this method should be set as private, and then expose a method like 
`setMetalakeStatus`, otherwise other developers might confuse it with 
`alterCatalog` and get confused.



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