jerqi commented on code in PR #8712:
URL: https://github.com/apache/gravitino/pull/8712#discussion_r2415708791
##########
core/src/main/java/org/apache/gravitino/cache/CaffeineEntityCache.java:
##########
@@ -90,6 +91,12 @@ public class CaffeineEntityCache extends BaseEntityCache {
private ScheduledExecutorService scheduler;
+ Set<SupportsRelationOperations.Type> relationTypes =
Review Comment:
Could you reuse the method `values()` of `enum` here?
--
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]