Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-95545

Validates $densify if densifying field is nested in 'partitionByFields'

    • Query Optimization
    • Fully Compatible
    • ALL
    • v8.0, v7.0

      The previous fix SERVER-89930 only checks if the densifying field equals to 'partitionByFields'. In AF-969, the problematic pipeline has the densifying field nested in 'partitionByFields'. For example:

      {
        "$densify": {
        "field": "_id.date",
        "partitionByFields": [
          "_id"
        ],
      },
      

       
      The fix to update the uassert to apply the same check as 5733306 does.

            Assignee:
            chii.huang@mongodb.com Chi-I Huang
            Reporter:
            chii.huang@mongodb.com Chi-I Huang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: