morningman commented on code in PR #58961:
URL: https://github.com/apache/doris/pull/58961#discussion_r2617210697
##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -2309,6 +2303,36 @@ public class Config extends ConfigBase {
})
public static long external_cache_refresh_time_minutes = 10; // 10 mins
+ @ConfField(description = {
+ "是否启用 Iceberg Manifest 缓存",
+ "Whether to enable Iceberg Manifest cache."
+ })
+ public static boolean enable_iceberg_manifest_cache = true;
Review Comment:
I think these config should be in catalog properties?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]