morningman commented on code in PR #57187:
URL: https://github.com/apache/doris/pull/57187#discussion_r2467771830


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalCatalog.java:
##########
@@ -41,6 +45,8 @@ public abstract class IcebergExternalCatalog extends 
ExternalCatalog {
     public static final String ICEBERG_DLF = "dlf";
     public static final String ICEBERG_S3_TABLES = "s3tables";
     public static final String EXTERNAL_CATALOG_NAME = "external_catalog.name";
+    public static final String TABLE_META_CACHE_TTL_SECOND = 
"table.meta.cache.ttl-second";

Review Comment:
   change to `iceberg.table.meta.cache.ttl-second` and 
`iceberg.snapshot.meta.cache.ttl-second`



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

Reply via email to