djanand commented on a change in pull request #1422:
URL: https://github.com/apache/cassandra/pull/1422#discussion_r828830466
##########
File path: pylib/cqlshlib/cql3handling.py
##########
@@ -1390,21 +1390,21 @@ def idx_ks_idx_name_completer(ctxt, cass):
syntax_rules += r'''
-<alterTableStatement> ::= "ALTER" wat=( "COLUMNFAMILY" | "TABLE" )
cf=<columnFamilyName>
+<alterTableStatement> ::= "ALTER" wat=( "COLUMNFAMILY" | "TABLE" ) ("IF"
"EXISTS")? cf=<columnFamilyName>
Review comment:
Created it here https://issues.apache.org/jira/browse/CASSANDRA-17447
Please make changes if the wording and context isn't clear. Not sure if we
follow a specific template when creating tickets.
--
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]