Skip to content

Commit

Permalink
add_paimon_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
zackyoungh committed Nov 10, 2023
1 parent 3cfb763 commit 1098d2d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@

public class PaimonCache extends AbstractValueAdaptingCache {
private static final Class<CacheData> clazz = CacheData.class;

public static final String NAME = "paimon-cache";
private final String cacheName;
private static final String TABLE_NAME = PaimonTableConstant.DINKY_CACHE;
/**
Expand All @@ -57,7 +55,7 @@ public PaimonCache(String cacheName) {

@Override
public String getName() {
return NAME;
return cacheName;
}

@Override
Expand Down

0 comments on commit 1098d2d

Please sign in to comment.