-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Operations
-
None
This is the same task as in https://jira.mongodb.org/browse/RUBY-2220 but for the map-reduce command (Collection::View::Builder::MapReduce) rather than find command.
Unlike the find command, map-reduce command construction does not consider server features. The benefit of this ticket is primarily moving the code that uses server command fields (as opposed to Ruby options) to the operation layer.