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


##########
core/src/main/java/org/apache/gravitino/catalog/CatalogManager.java:
##########
@@ -1255,4 +1222,52 @@ private CatalogEntity 
convertFilesetCatalogEntity(CatalogEntity entity) {
     // If the provider is not "hadoop", we assume it is already a fileset 
catalog entity.
     return entity;
   }
+
+  /**
+   * Set the metalake in-use status in a specified catalog.
+   *
+   * @param nameIdentifier The name identifier of the catalog.
+   * @param status The in-use status to set. It can be "true" or "false".
+   */
+  public void setMetalakeInUseStatus(NameIdentifier nameIdentifier, String 
status) {

Review Comment:
   Suggest making `status` a boolean.



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