roryqi opened a new pull request, #12126:
URL: https://github.com/apache/gravitino/pull/12126

   ### What changes were proposed in this pull request?
   
   Add a design document for tag assignment values.
   
   The design covers:
   - multiple values per tag assignment
   - allowedValues on tag creation
   - one row per assignment value in tag_relation_meta
   - pair-array assignment updates through tagsToAdd and tagsToRemove
   - exact value lookup through GET /tags/{tag}/objects?value=...
   
   ### Why are the changes needed?
   
   Tag assignments are currently boolean and cannot carry object-specific 
values. This design defines the API, storage, client, cache, authorization, 
event, and test plan for assignment-level tag values.
   
   Fix: #12125
   
   ### Does this PR introduce _any_ user-facing change?
   
   No code or API behavior changes. This PR only adds a design document.
   
   ### How was this patch tested?
   
   - git diff --check apache/main...HEAD
   - Checked the design document for stale standalone search API references and 
placeholders.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to