Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-28375

Secondary index on bigint field is not working.

    XMLWordPrintable

Details

    • Untriaged
    • Yes
    • CX Sprint 93

    Description

      Steps:

      create bucket beer_sample with {"name":"beer-sample"};
      create shadow dataset beer_ds on beer_sample;
      create index idx_abc on beer_ds(abv:bigint);
      select * from Metadata.`Index` where DatasetName='beer_ds' and IsPrimary=False
      connect bucket beer_sample
      SELECT count(*) FROM `beer_ds` where abv=5.2
      

      Output:

      [
        {
          "$1": 0
        }
      ]
      

      This should be broken between 5.5.0-1911 and 5.5.0-1919

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            dmitry.lychagin Dmitry Lychagin (Inactive)
            ritesh.agarwal Ritesh Agarwal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty