Mike Schrag created CASSANDRA-5573:
--------------------------------------
Summary: Querying with an empty (impossible) range returns
incorrect results
Key: CASSANDRA-5573
URL: https://issues.apache.org/jira/browse/CASSANDRA-5573
Project: Cassandra
Issue Type: Bug
Components: Core
Affects Versions: 1.2.4
Reporter: Mike Schrag
SELECT * FROM cf WHERE token(key) > 2000 AND token(key) <= 2000 LIMIT 1000
ALLOW FILTERING;
This should return nothing, but instead appears to freak and return arbitrary
token values.
--
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