dimas-b commented on code in PR #1057: URL: https://github.com/apache/polaris/pull/1057#discussion_r1968180449
########## 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: `CallContext` feels like a request-scoped bean... Could we have it injected as opposed to passed as a method parameter? -- 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]
