suxiaogang223 commented on code in PR #59716:
URL: https://github.com/apache/doris/pull/59716#discussion_r2727344425


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergMetadataCache.java:
##########
@@ -55,9 +54,7 @@ public class IcebergMetadataCache {
     private static final Logger LOG = 
LogManager.getLogger(IcebergMetadataCache.class);
     private final ExecutorService executor;
     private final IcebergExternalCatalog catalog;
-    private LoadingCache<IcebergMetadataCacheKey, List<Snapshot>> 
snapshotListCache;

Review Comment:
   This is not used by anything



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