You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jordan West (Jira)" <ji...@apache.org> on 2020/04/06 20:58:00 UTC

[jira] [Created] (CASSANDRA-15697) cqlsh -e parsing bug

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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org