hdygxsj commented on code in PR #8102:
URL: https://github.com/apache/gravitino/pull/8102#discussion_r2313901390


##########
core/src/main/java/org/apache/gravitino/storage/relational/service/OwnerMetaService.java:
##########
@@ -121,4 +122,14 @@ private static long getEntityId(
             metalakeId, object.fullName(), object.type());
     }
   }
+
+  public List<OwnerRelPO> listAllOwner(long pageNum, long pageSize) {
+    return SessionUtils.getWithoutCommit(

Review Comment:
   I don't know where to add it appropriately; Owner is not an EntityType.



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