Add _internalUnpackBucket support for sparse measurements

XMLWordPrintableJSON

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

      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 (Inactive)
            Reporter:
            Benety Goh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: