shalnisundram commented on code in PR #4408:
URL: https://github.com/apache/cassandra/pull/4408#discussion_r2400077923


##########
pylib/cqlshlib/cql3handling.py:
##########
@@ -1765,6 +1768,14 @@ def drop_trigger_completer(ctxt, cass):
     return list(map(maybe_escape_name, names))
 
 
+syntax_rules += r'''
+<addIdentityStatement> ::= "ADD" "USER" ("IF" "NOT" "EXISTS")? <stringLiteral>

Review Comment:
   ACK. Changes also reflected in test file
   Let me know if a grammar should be expressed specifically for <identity> 
instead of using <stringliteral>



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