mchades commented on code in PR #8700:
URL: https://github.com/apache/gravitino/pull/8700#discussion_r2382239314
##########
core/src/main/java/org/apache/gravitino/storage/relational/service/TagMetaService.java:
##########
@@ -218,7 +218,10 @@ public TagEntity getTagForMetadataObject(
return POConverters.fromTagPO(tagPO, NamespaceUtil.ofTag(metalake));
}
- public List<MetadataObject>
listAssociatedMetadataObjectsForTag(NameIdentifier tagIdent)
+ @Monitored(
Review Comment:
Could you please remove the irrelevant changes introduced by the automatic
cherry-pick? @yuqi1129
--
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]