-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
See projections_md.js introduced in SERVER-128365- this test case generates incorrect results (obj.subobj is included):
{$project: {"obj.subobj": 0}},
{$lookup: {from: b.getName(), as: "j1", pipeline: [{$project: {"_id": 0}}]}},
{$unwind: "$j1"},
{$match: {$expr: {$eq: ["$j1.b", "$a"]}}}
- is related to
-
SERVER-128365 Support renames of join predicate fields
-
- Closed
-