Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
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)
-
Low
Description
When performing a query such as
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:
Bad Request: bucket cannot be restricted by more than one reation if it includes a IN
Expected:
Bad Request: bucket cannot be restricted by more than one relation if it includes a IN