smiklosovic commented on code in PR #3831: URL: https://github.com/apache/cassandra/pull/3831#discussion_r1939199864
########## doc/cql3/CQL.textile: ########## @@ -414,16 +414,19 @@ bc(syntax).. <copy-table-stmt> ::= CREATE ( TABLE | COLUMNFAMILY ) ( IF NOT EXISTS )? <newtablename> LIKE <oldtablename> ( WITH <option> ( AND <option>)* )? -<option> ::= <property> +<option> ::= <property> | INDEX Review Comment: @Maxwell-Guo should not it be "WITH INDEXES"? Bernardo suggested that as well below. -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org