[
https://issues.apache.org/jira/browse/CASSANDRA-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12735753#action_12735753
]
Jonathan Ellis commented on CASSANDRA-319:
------------------------------------------
committed with comment to AbstractType:
* Note that empty byte[] are used to represent "start at the beginning"
* or "stop at the end" arguments to get_slice, so the Comparator
* should always handle those values even if they normally do not
* represent a valid byte[] for the type being compared.
> trivial bug in Marshal comparators
> ----------------------------------
>
> Key: CASSANDRA-319
> URL: https://issues.apache.org/jira/browse/CASSANDRA-319
> Project: Cassandra
> Issue Type: Bug
> Affects Versions: 0.4
> Reporter: Jonathan Ellis
> Assignee: Jonathan Ellis
> Attachments: 319.patch
>
>
> comparing X to [] where X is not [] should be 1, not -1
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.