rnewson commented on a change in pull request #1577: add 
/_partition/partition/designdoc/ endpoints
URL: https://github.com/apache/couchdb/pull/1577#discussion_r213656391
 
 

 ##########
 File path: src/couch_mrview/src/couch_mrview_http.erl
 ##########
 @@ -582,9 +582,6 @@ parse_param(Key, Val, Args, IsDecoded) ->
             Args#mrargs{callback=couch_util:to_binary(Val)};
         "sorted" ->
             Args#mrargs{sorted=parse_boolean(Val)};
-        "partition" ->
 
 Review comment:
   I would rather keep it. It's a feature of the map/reduce code and should be 
exposed there, rather than only reachable obscurely through mango.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to