You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dave Brosius (JIRA)" <ji...@apache.org> on 2013/06/16 19:11:22 UTC

[jira] [Resolved] (CASSANDRA-5647) Typo in error message in cqlsh (CQL3) when using more than one relation with a IN

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

Dave Brosius resolved CASSANDRA-5647.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.6
         Reviewer: dbrosius

Thanks

committed as 155afa1b7f22dedad3fb9c0d7270a101e72be814 to cassandra-1.1
                
> Typo in error message in cqlsh (CQL3) when using more than one relation with a IN 
> ----------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-5647
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5647
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.2.5
>         Environment: Linux 3.8.0-25-generic #37-Ubuntu 13.04 SMP
> [cqlsh 3.0.2 | Cassandra 1.2.5-SNAPSHOT | CQL spec 3.0.0 | Thrift protocol 19.36.0] (installed via ccm)
>            Reporter: Rui Vieira
>            Priority: Trivial
>             Fix For: 1.2.6
>
>
> When performing a query such as
> bq. select * from foo where bucket in (1) and id in ('O1', 'O2') and bucket in (2) and id in ('O3', 'O4') ;
> the error message in cqlsh is:
> bq. Bad Request: bucket cannot be restricted by more than one *reation* if it includes a IN
> Expected:
> bq. Bad Request: bucket cannot be restricted by more than one *relation* if it includes a IN

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira