collado-mike commented on code in PR #493: URL: https://github.com/apache/polaris/pull/493#discussion_r1866696119
########## polaris-core/src/main/java/org/apache/polaris/core/persistence/cache/EntityCache.java: ########## @@ -34,6 +36,7 @@ import org.jetbrains.annotations.Nullable; /** The entity cache, can be private or shared */ +@RealmScope Review Comment: That's a fine callout and I think revisiting the EntityCache to be realm-aware, rather than distinct per-realm, is a good change to make, but agreed that it shouldn't be done 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]
