mchades commented on code in PR #8689:
URL: https://github.com/apache/gravitino/pull/8689#discussion_r2381577371


##########
core/src/main/java/org/apache/gravitino/EntityStore.java:
##########
@@ -229,22 +228,6 @@ <E extends Entity & HasIdentifier> void batchPut(List<E> 
entities, boolean overw
   <R, E extends Exception> R executeInTransaction(Executable<R, E> executable)
       throws E, IOException;
 
-  /**
-   * Get the extra tag operations that are supported by the entity store.
-   *
-   * @return the tag operations object that are supported by the entity store
-   * @throws UnsupportedOperationException if the extra operations are not 
supported
-   */
-  default SupportsTagOperations tagOperations() {
-    throw new UnsupportedOperationException("tag operations are not 
supported");
-  }
-
-  /**
-   * Get the extra relation operations that are supported by the entity store.
-   *
-   * @return the relation operations that are supported by the entity store
-   * @throws UnsupportedOperationException if the extra operations are not 
supported
-   */
   default SupportsRelationOperations relationOperations() {

Review Comment:
   why remove the JavaDoc of the method?



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