LindaSummer commented on code in PR #7973:
URL: https://github.com/apache/gravitino/pull/7973#discussion_r2267313317
##########
core/src/main/java/org/apache/gravitino/cache/EntityCacheKey.java:
##########
@@ -41,7 +59,7 @@ public class EntityCacheKey {
*/
public static EntityCacheKey of(
NameIdentifier ident, Entity.EntityType type,
SupportsRelationOperations.Type relationType) {
- return new EntityCacheKey(ident, type, relationType);
+ return new EntityCacheKey(ident, type, relationType, null);
Review Comment:
Hi @yuqi1129 ,
Sorry that I thought we just needed to cache for three states. 😊
Please let me know whether the plan in the first comment matches our design.
Best Regards,
Edward
--
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]