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


##########
catalogs/catalog-lakehouse-iceberg/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/IcebergCatalogPropertiesMetadata.java:
##########
@@ -88,10 +88,11 @@ public class IcebergCatalogPropertiesMetadata extends 
BaseCatalogPropertiesMetad
   static {
     List<PropertyEntry<?>> propertyEntries =
         ImmutableList.of(
-            enumImmutablePropertyEntry(
+            enumPropertyEntry(
                 CATALOG_BACKEND,
                 "Iceberg catalog type choose properties",
                 true,
+                false,

Review Comment:
   I shouldn't be worked because the constraint of IcebergCatalogBackend class



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