[
https://issues.apache.org/jira/browse/CASSANDRA-15802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17105139#comment-17105139
]
null commented on CASSANDRA-15802:
-----------------------------------
Agreed, you're right Jordan. I did have a look through the cqlsh.py and see if
I could spot where to patch it.
I found the "self.in_comment" flag but this doesn't ever appear to be set to
anything other than false, so I'm not sure if this is deprecated? Or maybe the
fact its never set might be the problem?
> Commented-out lines that end in a semicolon cause an error.
> -----------------------------------------------------------
>
> Key: CASSANDRA-15802
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15802
> Project: Cassandra
> Issue Type: Bug
> Components: CQL/Interpreter, CQL/Syntax
> Reporter: null
> Priority: Normal
> Attachments: cqlsh.png
>
>
> Commented-out lines that end in a semicolon cause an error.
> For example:
> /*
> describe keyspaces;
> */
>
> This produces an error:
> SyntaxException: line 2:22 no viable alternative at input '<EOF> (...*
> describe keyspaces;...)
>
> It works as expected if you use syntax:
> -- describe keyspaces;
>
> Environment:
> python:3.7.7-slim-stretch (docker image)
>
> I found that this was first seen here, and was patched, but the bug appears
> to have resurfaced:
> https://issues.apache.org/jira/browse/CASSANDRA-2488
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]