cool9850311 commented on code in PR #5944:
URL: https://github.com/apache/gravitino/pull/5944#discussion_r1895371248


##########
core/src/main/java/org/apache/gravitino/listener/api/event/TagFailureEvent.java:
##########
@@ -0,0 +1,7 @@
+package org.apache.gravitino.listener.api.event;
+
+public class TagFailureEvent extends FailureEvent {
+    public TagFailureEvent(String user, Exception exception) {
+        super(user, null, exception);

Review Comment:
   What should I pass here?



-- 
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: commits-unsubscr...@gravitino.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to