adnanhemani commented on code in PR #1844:
URL: https://github.com/apache/polaris/pull/1844#discussion_r2206041307


##########
runtime/service/src/main/java/org/apache/polaris/service/quarkus/config/QuarkusProducers.java:
##########
@@ -131,16 +131,17 @@ public CallContext polarisCallContext(
       PolarisDiagnostics diagServices,
       PolarisConfigurationStore configurationStore,
       MetaStoreManagerFactory metaStoreManagerFactory,
-      Clock clock) {
+      Clock clock,
+      ContainerRequestContext containerRequestContext) {
     BasePersistence metaStoreSession =
         metaStoreManagerFactory.getOrCreateSessionSupplier(realmContext).get();
     return new PolarisCallContext(
-        realmContext, metaStoreSession, diagServices, configurationStore, 
clock);
+        realmContext, metaStoreSession, diagServices, configurationStore, 
clock, containerRequestContext);
   }
 
   @Produces
   @RequestScoped
-  public RealmConfig realmContext(CallContext callContext) {

Review Comment:
   Sorry, fixed this during rebasing changes. It's a quick typo fix.



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to