jiahuili430 commented on a change in pull request #3969:
URL: https://github.com/apache/couchdb/pull/3969#discussion_r836792425
##########
File path: src/fabric/src/fabric_view.erl
##########
@@ -155,6 +157,12 @@ maybe_send_row(State) ->
{ok, State};
false ->
try get_next_row(State) of
+ {_, NewState} when SkipDesign andalso Skip > 0 ->
+ [#view_row{key = Key}] = Rows,
Review comment:
Yes, there's only one row.
Changed based on your comment, thanks for the review.
--
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]