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