orenccl commented on code in PR #5998:
URL: https://github.com/apache/gravitino/pull/5998#discussion_r1897584898
##########
core/src/main/java/org/apache/gravitino/listener/TagEventDispatcher.java:
##########
@@ -72,7 +85,10 @@ public Tag getTag(String metalake, String name) throws
NoSuchTagException {
// TODO: getTagPreEvent
try {
// TODO: getTagEvent
Review Comment:
Redundant line?
##########
core/src/main/java/org/apache/gravitino/listener/TagEventDispatcher.java:
##########
@@ -121,7 +150,11 @@ public MetadataObject[] listMetadataObjectsForTag(String
metalake, String name)
// TODO: listMetadataObjectsForTagPreEvent
try {
// TODO: listMetadataObjectsForTagEvent
Review Comment:
Redundant line?
--
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]