Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-13332

wrong number of rows in cqlsh

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Duplicate
    • None
    • Legacy/Tools
    • None
    • Windows 10

    • Low

    Description

      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' }

      ;

      Attachments

        1. cqlsh.jpg
          6 kB
          Bogusz Jelinski

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bogusz.jelinski Bogusz Jelinski
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: