Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Hive metastore caching for Iceberg #24797

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

electrum
Copy link
Member

Description

Hive metastore caching was originally disallowed to enable Iceberg transaction retry. Without caching, retries were not useful, as each attempt would use the old cached metadata. AbstractMetastoreTableOperations now has a mechanism to explicitly invalidate the cache on refresh.

Additional context and related issues

Fixes #13115

Release notes

(x) Release notes are required, with the following suggested text:

## Iceberg
* Allow Hive metastore caching. ({issue}`13115`)

@cla-bot cla-bot bot added the cla-signed label Jan 25, 2025
@github-actions github-actions bot added the iceberg Iceberg connector label Jan 25, 2025
@github-actions github-actions bot added the hive Hive connector label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed hive Hive connector iceberg Iceberg connector
Development

Successfully merging this pull request may close these issues.

Hive Metastore Cache for Iceberg metadata (list tables)
1 participant