You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "rnewson (via GitHub)" <gi...@apache.org> on 2023/06/20 16:12:37 UTC

[GitHub] [couchdb] rnewson commented on a diff in pull request #4518: Add key range check for _all_docs

rnewson commented on code in PR #4518:
URL: https://github.com/apache/couchdb/pull/4518#discussion_r1235495064


##########
src/couch_mrview/src/couch_mrview_util.erl:
##########
@@ -533,6 +533,7 @@ apply_limit(ViewPartitioned, Args) ->
 
 validate_all_docs_args(Db, Args0) ->
     Args = validate_args(Args0),
+    check_range_all_docs(Args),

Review Comment:
   why not put this inside validate_args?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org