-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-27473: Rewrite MetaStoreClients to be composable #5771
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
Merged
deniskuzZ
merged 35 commits into
apache:master
from
ngsg:HIVE-27473-Rewrite-MetaStoreClients-to-be-composable
Jul 6, 2025
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
892b7ed
HIVE-27473: Rewrite MetaStoreClients to be composable
ngsg b9d45a5
Fix issues causing test failures
ngsg 7a42f3e
Fix some issues; Extend IMetaStoreClient due to an architectural limi…
ngsg 96e6cfe
Fix remaining test failures
ngsg 5ba1f14
minor
ngsg d8fbcdc
Resolve some FIXMEs
ngsg c16f809
Refactor ThriftHiveMetaStoreClient to use NormalizedMetaStoreClient
ngsg 1ed3e6a
minor
ngsg a34706b
minor
ngsg 904e910
minor
ngsg 362c447
Revise getAggrColStatsFor
ngsg 8aabb11
Address review comments
ngsg 386965f
truncateTempTable should use alterTempTable
ngsg 6e3bb22
Remove some deprecated methods in IMetaStoreClient
ngsg 3d7c64c
Address SonarQube report + minor changes
ngsg 625bff7
minor refactoring
ngsg 9a02f55
minor
ngsg 582659c
Address review comments
ngsg 386c37b
Introduce SynchronizedMetaStoreClientProxy
ngsg 3eb9d73
Drop public getDelegate
ngsg 0b31b6b
fix: RetryingMetaStoreClient requires implements IMetaStoreClient
ngsg a7a2fd5
Rename: address review comments
ngsg 428fa54
minor fix
ngsg dfa54e2
address review comments
ngsg fcea542
minor
ngsg 354f695
Fix failed test cases & restore TestSessionHiveMetastoreClient*
ngsg 4c7ed01
Remove MetaStoreUtils.throwMetaException from base MSC classes
ngsg e73a680
Revert "Remove MetaStoreUtils.throwMetaException from base MSC classes"
ngsg 25c46a9
Move default alter_partitions & modify getAllMaterializedViewObjectsF…
ngsg 75182f4
minor: remove an unused import
ngsg 591f014
Rename client classes
ngsg 882a5b4
minor
ngsg 76b7dda
Rename MetaStoreClientProxy to MetaStoreClientWrapper
ngsg 7a1f277
Remove hive-exec's SynchronizedMetaStoreClient
ngsg 36f8389
minor
ngsg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
154 changes: 0 additions & 154 deletions
154
ql/src/java/org/apache/hadoop/hive/metastore/SynchronizedMetaStoreClient.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.