eric-maynard commented on code in PR #1844: URL: https://github.com/apache/polaris/pull/1844#discussion_r2268448408
########## runtime/service/src/main/java/org/apache/polaris/service/events/listeners/PolarisPersistenceEventListener.java: ########## @@ -37,6 +37,8 @@ import org.apache.polaris.service.events.BeforeViewRefreshedEvent; public abstract class PolarisPersistenceEventListener extends PolarisEventListener { + + // TODO: Ensure all events (except RateLimiter ones call `addToBuffer`) Review Comment: ``` // TODO: Ensure all events (except RateLimiter ones) call `addToBuffer` ``` -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org