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:23:40 UTC

[jira] [Resolved] (CASSANDRA-3788) [patch] fix bad comparison in hadoop cf recorder reader

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

Jonathan Ellis resolved CASSANDRA-3788.
---------------------------------------

    Resolution: Fixed
      Reviewer: jbellis

committed, thanks!
                
> [patch] fix bad comparison in hadoop cf recorder reader
> -------------------------------------------------------
>
>                 Key: CASSANDRA-3788
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3788
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 1.1
>            Reporter: Dave Brosius
>            Assignee: Dave Brosius
>            Priority: Trivial
>              Labels: hadoop
>             Fix For: 1.1
>
>         Attachments: bad_column_name_compare.diff
>
>
> code does
> rows.get(0).columns.get(0).column.equals(startColumn)
> which is a Column against a ByteBuffer
> changed to 
> rows.get(0).columns.get(0).column.name.equals(startColumn)

--
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