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

Big number support

    XMLWordPrintable

Details

    • Epic
    • Resolution: Unresolved
    • Major
    • feature-backlog
    • 5.0.0
    • query
    • None

    Description

       

      explain select  77777772222222222.01;
      "#operator": "InitialProject",
       "result_terms": [
       {
       "expr": "77777772222222224"
       }
       ]
       }
      

       

      The expression value is wrong. This is just show. But there is bigger problem. Due to floating point precision the value will change but that needs to be consistent across the couchbase. For

      example you save document in KV using UI  {"k0":77777772222222222.01} will show as {"k0":77777772222222220}

      When you do select * from default; it shows as {"k0":77777772222222224} 

      But in 4.5.0 it shows right.

       

       

      Rreported by Prathibha Bisarahalli

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              Sitaram.Vemulapalli Sitaram Vemulapalli
              Votes:
              0 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty