dimas-b commented on code in PR #3137:
URL: https://github.com/apache/polaris/pull/3137#discussion_r2566673840
##########
polaris-core/src/testFixtures/java/org/apache/polaris/core/persistence/BasePolarisMetaStoreManagerTest.java:
##########
@@ -65,7 +65,7 @@ public abstract class BasePolarisMetaStoreManagerTest {
protected final MutableClock clock = MutableClock.of(Instant.now(),
ZoneOffset.UTC);
- private PolarisTestMetaStoreManager polarisTestMetaStoreManager;
+ protected PolarisTestMetaStoreManager polarisTestMetaStoreManager;
Review Comment:
Obviously this class is meant to be extended. Direct field access is
generally harder to refactor later, IMHO.
--
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]