Jordan West created CASSANDRA-15697:
---------------------------------------
Summary: cqlsh -e parsing bug
Key: CASSANDRA-15697
URL: https://issues.apache.org/jira/browse/CASSANDRA-15697
Project: Cassandra
Issue Type: Bug
Reporter: Jordan West
{{cqlsh -e}} no longer works on trunk after the introduction of python 3
support (CASSANDRA-10190). Examples below.
{code}
$ ./bin/cqlsh -e 'select * from foo;'
Usage: cqlsh.py [options] [host [port]]
cqlsh.py: error: ‘CHANGES.txt' is not a valid port number.
$ ./bin/cqlsh -e 'select id from foo;'
Usage: cqlsh.py [options] [host [port]]
cqlsh.py: error: 'from' is not a valid port number.
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]