jerqi commented on code in PR #7734:
URL: https://github.com/apache/gravitino/pull/7734#discussion_r2262106752


##########
core/src/main/java/org/apache/gravitino/SupportsRelationOperations.java:
##########
@@ -91,4 +92,9 @@ void insertRelation(
       Entity.EntityType dstType,
       boolean override)
       throws IOException;
+
+  <E extends Entity & HasIdentifier> void insertEntitiesAndRelations(
+      Type relType, List<E> entities, List<Relation> relations) throws 
IOException;
+
+  void deleteRelations(Type relType, List<Relation> relations) throws 
IOException;

Review Comment:
   Change return value to integer.



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