feat: add Iceberg table tag management UI and API#4164
Open
fightBoxing wants to merge 2 commits intoapache:masterfrom
Open
feat: add Iceberg table tag management UI and API#4164fightBoxing wants to merge 2 commits intoapache:masterfrom
fightBoxing wants to merge 2 commits intoapache:masterfrom
Conversation
Contributor
|
@fightBoxing Thank you for your contribution. You need to trigger CI after rebasing the branch to proceed to the review stage. |
- Backend: Add createTag/deleteTag API endpoints in TableController - Backend: Add createTag/deleteTag interface in FormatTableDescriptor - Backend: Implement tag operations in MixedAndIcebergTableDescriptor using Iceberg TableOperations - Backend: Add unsupported exception for Paimon in PaimonTableDescriptor - Backend: Register /tags routes in DashboardServer - Backend: Add createTag/deleteTag methods in ServerTableDescriptor - Backend: Use CreateTagRequest DTO instead of raw Map for type safety - Frontend: Add Create Tag dialog with tag name and snapshot ID inputs in Selector.vue - Frontend: Add Delete Tag confirmation dialog in Selector.vue - Frontend: Add createTag/deleteTag API calls in table.service.ts - Frontend: Add i18n translations for tag operations in en.ts and zh.ts
3b680f9 to
07a2317
Compare
Author
Thanks, I updated my PR again. |
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
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.
Summary
createTaganddeleteTagAPI endpoints for Iceberg tables (POST/DELETE /ams/v1/tables/catalogs/{catalog}/dbs/{db}/tables/{table}/tags)MixedAndIcebergTableDescriptorusing IcebergTableMetadataAPICreateTagRequestDTO inTableControllerto replace unsafeMap<String, Object>deserializationcreateTag/deleteTagservice functions in frontendtable.service.tsSelector.vuewith snapshot ID and optional max-ref-age inputsFormatTableDescriptorinterface andServerTableDescriptorwith tag management methodsTest Plan