You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Lerer (JIRA)" <ji...@apache.org> on 2016/02/11 10:03:18 UTC

[jira] [Comment Edited] (CASSANDRA-8216) Select Count with Limit returns wrong value

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

Benjamin Lerer edited comment on CASSANDRA-8216 at 2/11/16 9:02 AM:
--------------------------------------------------------------------

{quote}I meant to say "slow and ineffecient."{quote}
It sounds so much nicer ;-)


was (Author: blerer):
{quote}I meant to say "slow and ineffecient."{quote}
It sound so much nicer ;-)

> Select Count with Limit returns wrong value
> -------------------------------------------
>
>                 Key: CASSANDRA-8216
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8216
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Philip Thompson
>            Assignee: Benjamin Lerer
>              Labels: qa-resolved
>             Fix For: 2.2.0 beta 1
>
>
> The dtest cql_tests.py:TestCQL.select_count_paging_test is failing on trunk HEAD but not 2.1-HEAD.
> The query {code} select count(*) from test where field3 = false limit 1; {code} is returning 2, where obviously it should only return 1 because of the limit. This may end up having the same root cause of #8214, I will be bisecting them both soon.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)