flyrain commented on code in PR #4356:
URL: https://github.com/apache/polaris/pull/4356#discussion_r3439281123
##########
runtime/service/src/main/java/org/apache/polaris/service/catalog/common/CatalogHandler.java:
##########
@@ -78,6 +85,8 @@ public RealmContext realmContext() {
public abstract PolarisAuthorizer authorizer();
+ public abstract AuthorizationState authorizationState();
Review Comment:
Thanks for all the context, @sungwy . Do we expect adding more attributes to
the `AuthorizationState`? Are they expected to be request scoped? It'd be nice
to share more forward looking thoughts if you don't mind.
--
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]