justinmclean commented on PR #6037:
URL: https://github.com/apache/gravitino/pull/6037#issuecomment-2566059059

   Tags already act like this:
   - The tags on an object is maintained as a set, i.e. no duplicated items are 
allowed.
   - When updating the tags on an object, the set of new tags is union-ed with 
that of the existing ones. This means you cannot remove any existing tags by 
updating the object with an empty list.
   - Tags can only be removed explicitly.
   
   I'm unaware of the exact naming character limitations or maximum number of 
tags, but I assume users will develop their own conventions.


-- 
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