eric-maynard commented on code in PR #282:
URL: https://github.com/apache/polaris/pull/282#discussion_r1763829456
##########
polaris-core/src/main/java/org/apache/polaris/core/persistence/LocalPolarisMetaStoreManagerFactory.java:
##########
@@ -219,7 +220,7 @@ public void
setStorageIntegrationProvider(PolarisStorageIntegrationProvider stor
private void checkPolarisServiceBootstrappedForRealm(
RealmContext realmContext, PolarisMetaStoreManager metaStoreManager) {
PolarisCallContext polarisContext =
- new PolarisCallContext(
+ PolarisCallContext.of(
Review Comment:
This syntactic sugar seems to be the primary "advantage" we are gaining from
adding this framework. Is this really better?
--
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]