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

[BP to 7.1.6-MP1 & 7.2.3-MP1] Deep nested correlation not properly detected and uses cached results

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 7.1.7
    • 7.1.0, 7.2.0
    • query
    • Untriaged
    • 0
    • Unknown

    Description

      CREATE OR REPLACE FUNCTION `FN_Test_Bad3` (data) LANGUAGE INLINE AS ( ( SELECT RAW (SELECT RAW data) ) ) ;
      select a,test from [1,2,3] a let test = FN_Test_Bad3(a) ;
      [
          {
              "a": 1,
              "test": [
                  [
                      1
                  ]
              ]
          },
          {
              "a": 2,
              "test": [
                  [
                      1
                  ]
              ]
          },
          {
              "a": 3,
              "test": [
                  [
                      1
                  ]
              ]
          }
          ]

       

      Attachments

        Issue Links

          For Gerrit Dashboard: MB-59528
          # Subject Branch Project Status CR V

          Activity

            People

              pierre.regazzoni Pierre Regazzoni
              hitesh.walia Hitesh Walia
              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