jerryshao commented on code in PR #8712:
URL: https://github.com/apache/gravitino/pull/8712#discussion_r2425464423
##########
core/src/main/java/org/apache/gravitino/cache/CaffeineEntityCache.java:
##########
@@ -303,8 +310,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:
Can you please explain why do you remove 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]