roryqi commented on code in PR #12855:
URL: https://github.com/apache/gravitino/pull/12855#discussion_r3922141205
##########
core/src/main/java/org/apache/gravitino/audit/AuditLog.java:
##########
@@ -330,6 +330,10 @@ enum Operation {
LIST_TAGS_INFO,
+ ADD_POLICY_FOR_TAG,
+
+ REMOVE_POLICY_FROM_TAG,
+
Review Comment:
Fixed in 417935087. Added v1 `AuditLog.Operation.fromEvent` mappings for
both success and failure variants of add/remove policy-for-tag events, with
regression coverage in `TestOperation`. The v1/v2 audit, composed
dispatcher-chain, and relation-event tests all pass.
--
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]