-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
HIVE-28568: Enhance HMS meta summary for Iceberg tables #5523
Open
dengzhhu653
wants to merge
6
commits into
apache:master
Choose a base branch
from
dengzhhu653:HIVE-28568
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,880
−1,669
Conversation
This file contains 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
asf-ci-hive
added
tests pending
tests failed
tests unstable
and removed
tests pending
tests failed
tests unstable
labels
Oct 29, 2024
dengzhhu653
force-pushed
the
HIVE-28568
branch
from
October 30, 2024 07:58
2c760a5
to
d170342
Compare
asf-ci-hive
added
tests failed
tests pending
tests passed
and removed
tests pending
tests failed
tests passed
labels
Oct 30, 2024
dengzhhu653
force-pushed
the
HIVE-28568
branch
from
November 11, 2024 08:41
fbcedb9
to
b5f6e66
Compare
dengzhhu653
changed the title
[WIP] HIVE-28568
HIVE-28568: Enhance HMS meta summary for Iceberg tables
Nov 11, 2024
asf-ci-hive
added
tests pending
tests unstable
and removed
tests failed
tests pending
tests unstable
labels
Nov 11, 2024
dengzhhu653
force-pushed
the
HIVE-28568
branch
from
November 12, 2024 04:41
eb40cc8
to
8877e36
Compare
dengzhhu653
force-pushed
the
HIVE-28568
branch
from
November 12, 2024 05:21
8877e36
to
4f3fed3
Compare
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
Get the metadata summary of the Iceberg table
Why are the changes needed?
Get a deep insight of what/how the Iceberg table is inside the warehouse.
Does this PR introduce any user-facing change?
An user can specify the limit and the recent n days updated iceberg tables to get the summary, example:
./bin/metatool -metadataSummary -json output.json 3 2
It's for getting the Iceberg summary of the 2 Iceberg tables updated in the recent 3 days.
Is the change a dependency upgrade?
No
How was this patch tested?
The new unit tests