-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: 8.1.0-rc0, 8.0.0-rc11
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
-
ALL
-
v8.0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
See attached repro script. This is not reproducible on 7.0. If you re-run the same script several times in a row, eventually you get results like:
Enterprise test> load("script.js")
[ { _id: 'D', tzdotz1: [], tzdotz2: [], tadotz1: [], tadotz2: [] } ]
true
Enterprise test> load("script.js")
[
{
_id: 'D',
tadotz1: [ [] ],
tadotz2: [ [] ],
tzdotz1: [],
tzdotz2: []
}
]
true
- related to
-
SERVER-92146 Rewrite to group topN/bottomN sorts generates incorrect projection
-
- Closed
-