-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 7.0.15, 6.0.19, 8.0.3
-
Component/s: None
-
None
-
Query Execution
-
ALL
-
(copied to CRM)
Currently, the resolved namespaces in ExpressionContext are stored in a StringMap<ResolvedNamespace> where the keys are collection names. However, since collection names aren't unique across databases, we can sometimes retrieve the wrong resolved namespace for a collection when there are multiple collections with the same name involved in a query.