nickva commented on code in PR #4414:
URL: https://github.com/apache/couchdb/pull/4414#discussion_r1142361898
##########
src/couch_mrview/src/couch_mrview_util.erl:
##########
@@ -581,13 +581,12 @@ validate_args(Args) ->
ok;
{[], _, _} ->
ok;
+ {[Key], StartKey, EndKey} when Key =:= StartKey andalso Key =:= EndKey
->
Review Comment:
It's interesting that we didn't need it before. I think it's because we
didn't make the key=k keys=[k] and start/end=k exactly equivalent. I made a
note of it [here](https://github.com/apache/couchdb/pull/4414/files#r1142357665)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]