sungwy commented on code in PR #3681:
URL: https://github.com/apache/polaris/pull/3681#discussion_r2796129858
##########
runtime/service/src/main/java/org/apache/polaris/service/admin/PolarisAdminService.java:
##########
@@ -170,6 +176,7 @@ public PolarisAdminService(
this.userSecretsManager = userSecretsManager;
this.serviceIdentityProvider = serviceIdentityProvider;
this.reservedProperties = reservedProperties;
+ this.authorizationState = authorizationState;
Review Comment:
Based on what we discussed during the Polaris Community Sprint, it looks
like there's an idea to add some additional states are intended to be added to
the `AuthorizationState`... it's unfortunately a bit unclear to me what those
will be.
cc @singhpk234
--
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]