cassandra-cli parsing error
---------------------------

                 Key: CASSANDRA-738
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-738
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
    Affects Versions: 0.5
            Reporter: Johan Hilding
            Priority: Minor


Steps to reproduce:
1. Download the 0.5 release
2. Start Cassandra
3. Start cassandra-cli
4. Execute "set foo.bar['toot']='balls'"

Expected output:
An error message telling me I'm not doing it right.

Actual output:
cassandra> set foo.bar['toot']='balls'
Exception in thread "main" java.lang.AssertionError: serious parsing error 
(this is a bug).
        at org.apache.cassandra.cli.CliClient.executeSet(CliClient.java:367)
        at org.apache.cassandra.cli.CliClient.executeCLIStmt(CliClient.java:63)
        at org.apache.cassandra.cli.CliMain.processCLIStmt(CliMain.java:131)
        at org.apache.cassandra.cli.CliMain.main(CliMain.java:172)

Perhaps this is related to https://issues.apache.org/jira/browse/CASSANDRA-615 
in a non-direct way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to