yuqi1129 commented on code in PR #9574:
URL: https://github.com/apache/gravitino/pull/9574#discussion_r2659514707
##########
core/src/main/java/org/apache/gravitino/catalog/CatalogManager.java:
##########
@@ -592,20 +575,54 @@ public void enableCatalog(NameIdentifier ident)
});
}
+ public void updateCatalogProperty(
Review Comment:
`alterCatalog` with `setPropertyChange` is used by users, and it can't
change reserved properties, including `metalake-in-use`, so I revert the
changes here.
--
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]