You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (Resolved) (JIRA)" <ji...@apache.org> on 2012/01/26 08:11:45 UTC

[jira] [Resolved] (CASSANDRA-3786) [patch] fix bad comparison of IColumn to ByteBuffer

     [ https://issues.apache.org/jira/browse/CASSANDRA-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis resolved CASSANDRA-3786.
---------------------------------------

    Resolution: Fixed
      Reviewer: jbellis
    
> [patch] fix bad comparison of IColumn to ByteBuffer
> ---------------------------------------------------
>
>                 Key: CASSANDRA-3786
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3786
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1
>            Reporter: Dave Brosius
>            Assignee: Dave Brosius
>            Priority: Trivial
>             Fix For: 1.1
>
>         Attachments: bad_compare.diff
>
>
> Code does
> firstColumn.equals(startKey)
> changed to 
> firstColumn.name().equals(startKey)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira