Details
-
Sub-task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
Currently, given two keys k1 and k2, we can only do a rangeSlice on the intervals (k1, k2] (Range) and [k1, k2] (Bounds). CQL goes around this "manually", by querying one more row if the start is exclusive and removing the start/end post-query if necessary. This doesn't work however with the new option introduced by CASSANDRA-3742. So this ticket proposes to add support (internally) for doing a rangeSlice for the intervals (k1, k2) an [k1, k2).