FANNG1 commented on code in PR #7014:
URL: https://github.com/apache/gravitino/pull/7014#discussion_r2052140977
##########
core/src/main/java/org/apache/gravitino/listener/api/event/AssociateTagsForMetadataObjectEvent.java:
##########
@@ -28,6 +28,7 @@
*/
@DeveloperApi
public final class AssociateTagsForMetadataObjectEvent extends TagEvent {
+ private final MetadataObject.Type objectType;
Review Comment:
could you add type too pre event and failure event too?
##########
core/src/main/java/org/apache/gravitino/listener/api/event/AssociateTagsForMetadataObjectEvent.java:
##########
@@ -28,6 +28,7 @@
*/
@DeveloperApi
public final class AssociateTagsForMetadataObjectEvent extends TagEvent {
+ private final MetadataObject.Type objectType;
Review Comment:
could you add type to pre event and failure event too?
--
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]