dimas-b commented on code in PR #1812:
URL: https://github.com/apache/polaris/pull/1812#discussion_r2127729543
##########
persistence/eclipselink/src/test/java/org/apache/polaris/extension/persistence/impl/eclipselink/PolarisEclipseLinkMetaStoreManagerTest.java:
##########
@@ -90,6 +90,7 @@ protected PolarisTestMetaStoreManager
createPolarisTestMetaStoreManager() {
return new PolarisTestMetaStoreManager(
new TransactionalMetaStoreManagerImpl(),
new PolarisCallContext(
+ () -> "testRealm",
Review Comment:
Yes, #1813 appears to introduce this change in a more logically consistent
way. Let's merge it first :)
--
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]