XN137 opened a new pull request, #2556:
URL: https://github.com/apache/polaris/pull/2556

   `WIP as currently based on https://github.com/apache/polaris/pull/2555`
   
   since `PolarisCredentialVendor` (a sub-interface of 
`PolarisMetaStoreManager`) no longer has
   a `CallContext` parameter we can see a domino effect:
   - `StorageCredentialCache` no longer needs `CallContext`
   - `TokenBroker` no longer needs `CallContext`
   - `FileIOFactory` no longer needs `CallContext`
   - `TaskFileIOSupplier` no longer needs `CallContext`
   - `TaskHandler` and `TaskExecutor` no longer needs `CallContext`
   - `ResolverFactory` and `ResolutionManifest` no longer needs `CallContext`
   
   and eventually `PolarisCallContext` and `CallContext` are really unused and 
can be removed
   or replaced by passing `RealmContext` and `RealmConfig` individually.


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