Details
-
Task
-
Resolution: Unresolved
-
Major - P3
-
None
-
7.2.0-rc0
-
None
-
Query Execution
Description
ExpressionContext constructor that takes const FindCommandRequest& findCmd constructs `ns` memer as
findCmd.getNamespaceOrUUID().isNamespaceString() ? findCmd.getNamespaceOrUUID().nss()
|
:NamespaceString{},
|
Instead it should deduce namespace fro UUID.
The same applies to constructor that takes DistinctCommandRequest