XN137 commented on code in PR #2372: URL: https://github.com/apache/polaris/pull/2372#discussion_r2284067463
########## polaris-core/src/main/java/org/apache/polaris/core/persistence/transactional/AbstractTransactionalPersistence.java: ########## @@ -51,6 +52,13 @@ * the BasePersistence methods in terms of lower-level methods that subclasses must implement. */ public abstract class AbstractTransactionalPersistence implements TransactionalPersistence { + + protected final PolarisDiagnostics diagnostics; Review Comment: ok made the field private and switched to accessor -- 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