You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2023/01/04 20:30:20 UTC

[GitHub] [cassandra] jeffwidman commented on a diff in pull request #1973: Cassandra 18006: Several CQLSH Completions are incomplete

jeffwidman commented on code in PR #1973:
URL: https://github.com/apache/cassandra/pull/1973#discussion_r1061858463


##########
pylib/cqlshlib/cqlshhandling.py:
##########
@@ -141,7 +141,7 @@ def registrator(f):
 '''
 
 cqlsh_capture_cmd_syntax_rules = r'''
-<captureCommand> ::= "CAPTURE" ( fname=( <stringLiteral> | "OFF" ) )?
+<captureCommand> ::= "CAPTURE" ( fname=( <stringLiteral>) | "OFF" )?

Review Comment:
   The spaces between parens are inconsistent here: `( <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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org