You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Bogusz Jelinski (JIRA)" <ji...@apache.org> on 2017/03/15 14:06:41 UTC

[jira] [Created] (CASSANDRA-13332) wrong number of rows in cqlsh

Bogusz Jelinski created CASSANDRA-13332:
-------------------------------------------

             Summary: wrong number of rows in cqlsh
                 Key: CASSANDRA-13332
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13332
             Project: Cassandra
          Issue Type: Bug
          Components: Tools
         Environment: Windows 10
            Reporter: Bogusz Jelinski
            Priority: Trivial
             Fix For: 3.10
         Attachments: cqlsh.jpg

when I send a query via JDBC I receive fewer rows than via CQLSH. What I can see is that at each page/list break the last row is duplicated - replicated to the next page of the list. I have 8 page breaks and the summary of my query gives 8 rows more than my Java client. 
It might be of no importance - I am querying a table with "WHERE columnA LIKE '%ABCD%'" for which I created an index: 
CREATE CUSTOM INDEX columnA_idx ON ab.cdef (columnA) using 'org.apache.cassandra.index.sasi.SASIIndex' WITH OPTIONS = { 'mode': 'CONTAINS' };



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)