[
https://issues.apache.org/jira/browse/CASSANDRA-745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Ellis updated CASSANDRA-745:
-------------------------------------
Attachment: 745-v2.txt
Attached is a patch that makes empty strings always return the MINIMUM token,
and DecoratedKeys containing the MINIMUM token always be considered empty.
This is something we probably should be doing anyway for consistency. (It was
already true for OPP, but not COPP or RP.)
No further special casing should be necessary because we have already
abstracted out code that needs to work across multiple partitioners to use
IPartitioner.isEmpty, including getRangeSlice.
> Support Range Queries all the partitioners currently supported.
> ---------------------------------------------------------------
>
> Key: CASSANDRA-745
> URL: https://issues.apache.org/jira/browse/CASSANDRA-745
> Project: Cassandra
> Issue Type: New Feature
> Components: Core
> Affects Versions: 0.6
> Environment: Linux, Cassandra trunk
> Reporter: Vijay
> Assignee: Vijay
> Fix For: 0.6
>
> Attachments: 745-Patch.txt, 745-v2.txt
>
>
> Due to the changes which was made to incorprate Decorated keys in cassandra
> we can add this support with some minor changes. Basically this patch will
> support the Range queries on the keyspaces.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.