jerqi commented on code in PR #8102:
URL: https://github.com/apache/gravitino/pull/8102#discussion_r2312781956
##########
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) {
Review Comment:
Could we select all the owners?
--
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]