FANNG1 commented on code in PR #5998: URL: https://github.com/apache/gravitino/pull/5998#discussion_r1967258501
########## core/src/main/java/org/apache/gravitino/listener/TagEventDispatcher.java: ########## @@ -166,8 +203,11 @@ public String[] listTagsForMetadataObject(String metalake, MetadataObject metada public Tag[] listTagsInfoForMetadataObject(String metalake, MetadataObject metadataObject) { // TODO: listTagsInfoForMetadataObjectPreEvent try { - // TODO: listTagsInfoForMetadataObjectEvent - return dispatcher.listTagsInfoForMetadataObject(metalake, metadataObject); + Tag[] tags = dispatcher.listTagsInfoForMetadataObject(metalake, metadataObject); Review Comment: no need to pass tagInfo or tags to the event -- 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