You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2010/02/20 19:44:27 UTC

[jira] Updated: (CASSANDRA-738) cassandra-cli parsing error

     [ https://issues.apache.org/jira/browse/CASSANDRA-738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-738:
-------------------------------------

    Fix Version/s: 0.6

> 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
>             Fix For: 0.6
>
>
> 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.