bharos commented on code in PR #10000:
URL: https://github.com/apache/gravitino/pull/10000#discussion_r2804018812
##########
core/src/main/java/org/apache/gravitino/cache/ReverseIndexRules.java:
##########
@@ -117,15 +117,23 @@ public class ReverseIndexRules {
// the values are policies/tags.
public static final ReverseIndexCache.ReverseIndexRule
GENERIC_METADATA_OBJECT_REVERSE_RULE =
(entity, key, reverseIndexCache) -> {
- // Name in GenericEntity contains no metalake.
GenericEntity genericEntity = (GenericEntity) entity;
EntityType type = entity.type();
if (genericEntity.name() != null) {
Review Comment:
Thanks for the suggestion. Updated the PR, and description
--
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]