dimas-b commented on code in PR #3137:
URL: https://github.com/apache/polaris/pull/3137#discussion_r2566922838
##########
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:
However, the scope of this class is probably limited to Polaris' code inside
this repo, so it's not a concern
--
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]