jerryshao commented on code in PR #9359:
URL: https://github.com/apache/gravitino/pull/9359#discussion_r2587768078
##########
core/src/main/java/org/apache/gravitino/authorization/OwnerManager.java:
##########
@@ -64,6 +65,9 @@ public OwnerManager(EntityStore store) {
@Override
public void setOwner(
String metalake, MetadataObject metadataObject, String ownerName,
Owner.Type ownerType) {
+ // TODO: Support GROUP type owner in the future.
Review Comment:
Can you create an issue and add the issue id here as the TODO comment?
--
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]