-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Aggregation Framework
-
None
-
Fully Compatible
-
Query 2018-12-17
For example, the following pipeline is illegal and should error:
db.aggregate([{$listLocalSessions: {}}, {$out: "test"}])
I couldn't find any such test, but I believe this works and we just need to add a test for it.