yuqi1129 commented on code in PR #11156:
URL: https://github.com/apache/gravitino/pull/11156#discussion_r3272696994
##########
catalogs/catalog-lakehouse-iceberg/src/main/java/org/apache/gravitino/catalog/lakehouse/iceberg/IcebergCatalogPropertiesMetadata.java:
##########
@@ -127,13 +128,13 @@ public class IcebergCatalogPropertiesMetadata extends
BaseCatalogPropertiesMetad
IcebergConstants.TABLE_METADATA_CACHE_IMPL,
"Table metadata cache implementation",
false /* immutable */,
- null /* defaultValue */,
+ LocalTableMetadataCache.class.getName() /* defaultValue */,
Review Comment:
Why didn't we set it as the default value before? Do you have some
informations on this part?
--
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]