-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
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}])