keepConcentration commented on issue #8662: URL: https://github.com/apache/gravitino/issues/8662#issuecomment-3332098296
Hi, @justinmclean This is likely a bug. Since the condition `key.relationType() != null` was added, the code block under `if (existingEntities != null && key.relationType() != null)` has become dead code. [CaffeineEntityCache.java](https://github.com/apache/gravitino/blob/main/core/src/main/java/org/apache/gravitino/cache/CaffeineEntityCache.java#L305) -- 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]
