Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-10166 Fix failing tests
  3. CASSANDRA-10376

Fix upgrade_tests/paging_test.py:TestPagingData.static_columns_paging_test

    XMLWordPrintableJSON

Details

    Description

      Follow-up to CASSANDRA-10354 to fix the related upgrade issue.

      To quote bdeggleston:

      So the failure is caused by an edge case where a names filter is used in a paging query against a table that needs SinglePartitionNamesCommand instances converted to SinglePartitionSliceCommand instances in order to be converted to legacy read commands.

      If the previous read returned all requested clusterings and a number of rows equal to the page size, the subsequent read would have an empty clustering names filter. When an empty clustering names filter is converted to a slice filter, the slice filter is created with Slices.ALL.

      Attachments

        Issue Links

          Activity

            People

              slebresne Sylvain Lebresne
              aleksey Aleksey Yeschenko
              Sylvain Lebresne
              Benjamin Lerer
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: