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

[jira] [Created] (CASSANDRA-14567) CQL query returns different results in 2.2 and 3.0

Dikang Gu created CASSANDRA-14567:
-------------------------------------

             Summary: CQL query returns different results in 2.2 and 3.0
                 Key: CASSANDRA-14567
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14567
             Project: Cassandra
          Issue Type: Bug
          Components: CQL
            Reporter: Dikang Gu


During our 2.2.5 to 3.0.15 upgrade, we find the a cql query returns different results in 2.2 and 3.0, here is a unit test to reproduce it, [https://gist.github.com/DikangGu/e538ed2de22b74e49b8dd43f7093a996]

 

In C* 2.2, 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, it only returns 2 row 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