Philip Thompson created CASSANDRA-8215:
------------------------------------------

             Summary: Empty IN Clause still returns data
                 Key: CASSANDRA-8215
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8215
             Project: Cassandra
          Issue Type: Bug
            Reporter: Philip Thompson


The dtest cql_tests.py:TestCQL.empty_in_test is failing on trunk HEAD but not 
on 2.1-HEAD.

The test uses the following table: {code} CREATE TABLE test (k1 int, k2 int, v 
int, PRIMARY KEY (k1, k2)) {code} then performs a number of inserts.

The test then asserts that {code} SELECT v FROM test WHERE k1 = 0 AND k2 IN () 
{code} returns no data, however it is returning everywhere k1 = 0. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to