dennishuo commented on code in PR #1057:
URL: https://github.com/apache/polaris/pull/1057#discussion_r1968308381


##########
service/common/src/main/java/org/apache/polaris/service/catalog/io/DefaultFileIOFactory.java:
##########
@@ -70,13 +71,14 @@ public DefaultFileIOFactory(
 
   @Override
   public FileIO loadFileIO(
-      @Nonnull RealmContext realmContext,
+      @Nonnull CallContext callContext,

Review Comment:
   Because of the existence of "system-initiated" actions that will need to 
become better formalized in the future, I'm trying to minimize the use of 
`@RequestScoped` for the CallContext object itself in favor of explicitly 
passing it through for now, at least until we sort out how to portray the 
relationship between API-initiated requests, "async actions" that are still 
tied to an original request, and fully system-initiated background actions. 



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