bbotella commented on code in PR #3831: URL: https://github.com/apache/cassandra/pull/3831#discussion_r1930789770
########## pylib/cqlshlib/cql3handling.py: ########## @@ -380,6 +380,11 @@ def dequote_value(cqlword): ( ender="," [propmapkey]=<term> ":" [propmapval]=<term> )* ender="}" ; +<propertyOrOption> ::= <property> Review Comment: Maybe having a standalone `copyOption` for `ALL | INDEXES | TRIGGERS` and turn this into ``` <propertyOrOption> ::= <property> | <copyOption> ; ``` is cleaner. What do you think? -- 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