You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In classes such as CachedClientPool, GravitinoVirtualFileSystem, and CredentialCache, the caching framework used is Caffeine. But in spark connectorGravitinoCatalogManager, Guava cache is being used. I believe we should standardize on Caffeine.
How should we improve?
No response
The text was updated successfully, but these errors were encountered:
What would you like to be improved?
In classes such as
CachedClientPool
,GravitinoVirtualFileSystem
, andCredentialCache
, the caching framework used isCaffeine
. But in spark connectorGravitinoCatalogManager
,Guava cache
is being used. I believe we should standardize on Caffeine.How should we improve?
No response
The text was updated successfully, but these errors were encountered: