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


##########
catalogs/catalog-generic-lakehouse/src/main/java/org/apache/gravitino/catalog/lakehouse/GenericLakehouseTablePropertiesMetadata.java:
##########
@@ -37,11 +39,16 @@ public class GenericLakehouseTablePropertiesMetadata 
extends BasePropertiesMetad
     List<PropertyEntry<?>> propertyEntries =
         ImmutableList.of(
             stringOptionalPropertyEntry(
-                LOCATION,
-                "The root directory of the lakehouse table.",
-                true /* immutable */,
+                LAKEHOUSE_LOCATION,
+                "The root directory of the lakehouse catalog.",
+                false /* immutable */,
                 null, /* defaultValue */
                 false /* hidden */),
+            stringRequiredPropertyEntry(

Review Comment:
   you can use `enumImmutablePropertyEntry` method



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