From 2292abedff2aee3d6aac8d14752f592c863372b9 Mon Sep 17 00:00:00 2001 From: Jingsong Date: Mon, 29 Jul 2024 22:55:11 +0800 Subject: [PATCH] fix --- .../java/org/apache/paimon/options/CatalogOptions.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/paimon-common/src/main/java/org/apache/paimon/options/CatalogOptions.java b/paimon-common/src/main/java/org/apache/paimon/options/CatalogOptions.java index e7fe19f346bf8..c6cf583c088c1 100644 --- a/paimon-common/src/main/java/org/apache/paimon/options/CatalogOptions.java +++ b/paimon-common/src/main/java/org/apache/paimon/options/CatalogOptions.java @@ -105,13 +105,6 @@ public class CatalogOptions { .withDescription( "Controls the duration for which entries in the catalog are cached."); - public static final ConfigOption IO_MANIFEST_CACHE = - key("io.manifest.cache") - .memoryType() - .defaultValue(MemorySize.ofMebiBytes(0)) - .withDescription( - "Controls the maximum memory to cache in manifest cache."); - public static final ConfigOption LINEAGE_META = key("lineage-meta") .stringType()