You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2018/07/16 10:51:00 UTC

[jira] [Commented] (CASSANDRA-14567) CQL query returns different results in 2.2.5 and 3.0.15

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

Aleksey Yeschenko commented on CASSANDRA-14567:
-----------------------------------------------

Interesting. I think 3.0 behaviour is correct here, and it’s 2.2 that’s broken? Am I missing something?

> CQL query returns different results in 2.2.5 and 3.0.15
> -------------------------------------------------------
>
>                 Key: CASSANDRA-14567
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14567
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CQL
>            Reporter: Dikang Gu
>            Priority: Major
>
> During our 2.2.5 to 3.0.15 upgrade, we find the a cql query returns different results in 2.2.5 and 3.0.15, here is a unit test to reproduce it, [https://gist.github.com/DikangGu/e538ed2de22b74e49b8dd43f7093a996]
>  
> In C* 2.2.5, it returns all 4 rows: *[Row[1, 10, 0, 1], Row[1, 10, 10, 2], Row[1, 1, 0, 3], Row[1, 1, 10, 4]]*
> While in C* 3.0.15, it only returns 2 rows to client: *[Row[1, 10, 0, 1], Row[1, 1, 10, 4]]*
>   



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org