jerqi commented on PR #9018:
URL: https://github.com/apache/gravitino/pull/9018#issuecomment-3544891614
We would like to load a metadata object first. Then, we associate the
metadata object with tags. It requires we must have the privilege to load the
table. Actually, if we have the privilege `BROWSE` in the future, we can only
list the metadata objects and know the names of the metadata objects. Maybe we
need to add an interface for Tag
```
SupportsTagOperations {
void associateObjects(List<MetadataObject> addedObjects,
List<MetadataObject> removeObjects)
}
```
@jerryshao WDYT?
--
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]