[ 
https://issues.apache.org/jira/browse/CASSANDRA-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13193603#comment-13193603
 ] 

Jonathan Ellis commented on CASSANDRA-3786:
-------------------------------------------

This is tagged affects 1.0.7 but patch only applies to trunk for me.  Do we 
need a different patch for 1.0 branch, or should this be affects-1.1?
                
> [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.0.7
>            Reporter: Dave Brosius
>            Priority: Trivial
>         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

        

Reply via email to