Rui Vieira created CASSANDRA-5647:
-------------------------------------
Summary: 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
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