-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 7.2.0-rc0
-
Component/s: None
-
Query Execution
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