Skip to content

Simplify disabled cache construction in CachingHiveMetastore#15846

Closed
findepi wants to merge 1 commit intotrinodb:masterfrom
findepi:findepi/simplify-disabled-cache-construction-in-cachinghivemetastore-c72053
Closed

Simplify disabled cache construction in CachingHiveMetastore#15846
findepi wants to merge 1 commit intotrinodb:masterfrom
findepi:findepi/simplify-disabled-cache-construction-in-cachinghivemetastore-c72053

Conversation

@findepi
Copy link
Copy Markdown
Member

@findepi findepi commented Jan 25, 2023

No description provided.

@findepi findepi added the no-release-notes This pull request does not require release notes entry label Jan 25, 2023
@cla-bot cla-bot bot added the cla-signed label Jan 25, 2023
Copy link
Copy Markdown
Member

@sopel39 sopel39 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Override
public <K, V> LoadingCache<K, V> buildCache(com.google.common.base.Function<K, V> loader, Function<Iterable<K>, Map<K, V>> bulkLoader)
{
return neverCache(loader, bulkLoader);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

neverCache are no longer used I think

@sopel39
Copy link
Copy Markdown
Member

sopel39 commented Jan 26, 2023

I've also cleaned it up as part of #15864

@findepi
Copy link
Copy Markdown
Member Author

findepi commented Jan 27, 2023

I've also cleaned it up as part of #15864

thank you!

@findepi findepi closed this Jan 27, 2023
@findepi findepi deleted the findepi/simplify-disabled-cache-construction-in-cachinghivemetastore-c72053 branch January 27, 2023 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed no-release-notes This pull request does not require release notes entry

Development

Successfully merging this pull request may close these issues.

3 participants