jerryshao commented on code in PR #4262:
URL: https://github.com/apache/gravitino/pull/4262#discussion_r1701800328


##########
catalogs/catalog-hadoop/src/main/java/org/apache/gravitino/catalog/hadoop/HadoopCatalogPropertiesMetadata.java:
##########
@@ -41,7 +41,7 @@ public class HadoopCatalogPropertiesMetadata extends 
BaseCatalogPropertiesMetada
               PropertyEntry.stringOptionalPropertyEntry(
                   LOCATION,
                   "The storage location managed by Hadoop fileset catalog",
-                  true /* immutable */,
+                  false /* immutable */,

Review Comment:
   The scenario here is mainly that we first create a catalog with wrong 
location, then we want to change it to a correct one. If it is already correct, 
I don't think there's a need to update it again.



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