jerryshao commented on code in PR #8695:
URL: https://github.com/apache/gravitino/pull/8695#discussion_r2381805930


##########
core/src/main/java/org/apache/gravitino/cache/CaffeineEntityCache.java:
##########
@@ -303,8 +303,6 @@ protected void invalidateExpiredItem(EntityCacheKey key) {
    * @param newEntities The new entities to sync to the cache.
    */
   private void syncEntitiesToCache(EntityCacheRelationKey key, List<Entity> 
newEntities) {
-    if (key.relationType() != null) return;

Review Comment:
   I think this is already fixed by @xunliu in #8297, @xunliu @yuqi1129 can you 
please confirm this?
   



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