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

Hudson commented on CASSANDRA-3604:
-----------------------------------

Integrated in Cassandra #1253 (See 
[https://builds.apache.org/job/Cassandra/1253/])
    Fix typo introduced by #1034 in QueryProcessor
patch by slebresne; reviewed by jbellis for CASSANDRA-3604

slebresne : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1213394
Files : 
* /cassandra/trunk/CHANGES.txt
* /cassandra/trunk/src/java/org/apache/cassandra/cql/QueryProcessor.java

                
> Bad code in org.apache.cassandra.cql.QueryProcessor
> ---------------------------------------------------
>
>                 Key: CASSANDRA-3604
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3604
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 1.1
>         Environment: all
>            Reporter: Zoltan Farkas
>            Assignee: Sylvain Lebresne
>             Fix For: 1.1
>
>         Attachments: 3604.patch
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> line 206:
>             if (rows.get(0).key.key.equals(startKey))
>                 rows.remove(0);
> the equals will always return false because object of different types are 
> compared

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