dimas-b commented on code in PR #1070:
URL: https://github.com/apache/polaris/pull/1070#discussion_r1974387374


##########
service/common/src/main/java/org/apache/polaris/service/context/DefaultCallContextResolver.java:
##########
@@ -60,6 +60,10 @@ public CallContext resolveCallContext(
         .addKeyValue("headers", headers)
         .log("Resolving CallContext");
 
+    // TODO: Once we have non-transactional-database persistence stores, this 
should be
+    // pushed down for the metaStoreManagerFactory to inject Transactional-DB 
specific things
+    // (including the MetaStoreSession" into the PolarisCallContext. The 
non-transactional

Review Comment:
   All that can be implemented as request-scoped beans, AFAIK :thinking: So, 
the "context" method parameters become injected fields or constructor 
parameters. Would that work?



-- 
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]

Reply via email to