snazy commented on PR #589:
URL: https://github.com/apache/polaris/pull/589#issuecomment-2621045556

   > Since we want to better contain the existence of `PolarisMetaStoreSession` 
even more as a potentially db-specific implementation detail, we probably want 
_at least_ some kind of other wrapper that represents RequestScoped persistence 
context that is also agnostic to specific persistence impls. If we do 
reintroduce `@RequestScoped CallContext` we can document this aspect as one of 
the purposes of the `CallContext`.
   
   Just do this?
   ```java
   @Inject PolarisMetaStoreSession foo;
   ```
   


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