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


##########
core/src/main/java/org/apache/gravitino/storage/relational/RelationalEntityStore.java:
##########
@@ -225,6 +227,27 @@ public <E extends Entity & HasIdentifier> List<E> 
listEntitiesByRelation(
         });
   }
 
+  @Override
+  public <E extends Entity & HasIdentifier> List<E> listEntitiesByRelation(

Review Comment:
   ok, but the owner returns a UserEntity, which doesn't include the original 
data's ID.



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