jerqi commented on code in PR #7734:
URL: https://github.com/apache/gravitino/pull/7734#discussion_r2278414553


##########
core/src/main/java/org/apache/gravitino/meta/StatisticEntity.java:
##########
@@ -35,6 +35,8 @@ public class StatisticEntity implements Entity, 
HasIdentifier, Auditable {
       Field.required("name", String.class, "The name of the statistic 
entity.");
   public static final Field VALUE =
       Field.required("value", StatisticValue.class, "The value of the 
statistic entity.");
+  public static final Field PARENT_ENTITY_TYPE =
+      Field.required("parent_entity_type", EntityType.class, "The type of the 
parent entity.");

Review Comment:
   How about `owner_entity_type` or `source_entity_type`?



-- 
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]

Reply via email to