mchades commented on code in PR #7564:
URL: https://github.com/apache/gravitino/pull/7564#discussion_r2218123545
##########
core/src/main/java/org/apache/gravitino/EntityStore.java:
##########
@@ -213,6 +214,15 @@ default SupportsTagOperations tagOperations() {
throw new UnsupportedOperationException("tag operations are not
supported");
}
+ /**
+ * Get the extra policy operations that are supported by the entity store.
+ *
+ * @return the policy operations object that are supported by the entity
store
+ */
+ default SupportsPolicyOperations policyOperations() {
+ throw new UnsupportedOperationException("policy operations are not
supported");
+ }
Review Comment:
fixed
--
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]