-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
ALL
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
It seems that explain() is trying to get the mongot's explain output, which fails because the namespace does not exist, triggering the following assertion:
A uuid is required for a search query, but was missing. Got namespace test.nonexistent
We should at least fail more gracefully and with a more descriptive message.
This happens inside $unionWith as well, but not inside $lookup. This happens on all verbosities.