worryg0d commented on code in PR #4379:
URL: https://github.com/apache/cassandra/pull/4379#discussion_r2362889342


##########
src/java/org/apache/cassandra/auth/IRoleManager.java:
##########
@@ -72,6 +73,23 @@ public enum Option
     void createRole(AuthenticatedUser performer, RoleResource role, 
RoleOptions options)
     throws RequestValidationException, RequestExecutionException;
 
+    /**
+     * Called during execution of a CREATE ROLE statement.
+     * options are guaranteed to be a subset of supportedOptions().
+     *
+     * @param performer User issuing the create role statement.
+     * @param role Rolei being created

Review Comment:
   Yes, of course, that makes sense to me. Endless fixing of some unrelated 
issues is not something we want to deal with when we're introducing new 
features. 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to