yuqi1129 commented on code in PR #11156:
URL: https://github.com/apache/gravitino/pull/11156#discussion_r3272207979
##########
iceberg/iceberg-common/src/main/java/org/apache/gravitino/iceberg/common/IcebergConfig.java:
##########
@@ -276,14 +276,14 @@ public class IcebergConfig extends Config implements
OverwriteDefaultConfig {
.doc("Table metadata cache implementation")
.version(ConfigConstants.VERSION_1_1_0)
.stringConf()
- .create();
+
.createWithDefault("org.apache.gravitino.iceberg.common.cache.LocalTableMetadataCache");
Review Comment:
Can we use `LocalTableMetadataCache.class.getName()` here to avoid possible
class rename in the future?
--
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]