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

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-13332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Podkowinski updated CASSANDRA-13332:
-------------------------------------------
    Reproduced In: 3.10
    Fix Version/s:     (was: 3.10)

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