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

Add _internalUnpackBucket support for sparse measurements

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.9.0
    • Affects Version/s: None
    • Component/s: Aggregation Framework
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Query 2021-01-25

      The _internalUnpackBucket stage is failing to reconstruct the documents in a timeseries bucket with sparse measurements.

      db.createCollection('t', {timeseries: {timeField: 'time'}})
      db.t.insert([{_id: 1, time: ISODate(), x: 1}])
      db.t.insert([{_id: 2, time: ISODate(), y: 2}])
      

            Assignee:
            eric.cox@mongodb.com Eric Cox (Inactive)
            Reporter:
            benety.goh@mongodb.com Benety Goh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: