nickva opened a new pull request #3757:
URL: https://github.com/apache/couchdb/pull/3757
Results should now be returned in descending {key, doc_id} order.
The idea is to reverse the key list before sending it to the workers, so
they will emit rows in reverse order. Also, using the same reversed list when
building the KeyDict structure on the coordinator. That way the order of the
sent rows and the expected coordinator sorting order will match.
For testing, enhance an existing multi-key Elixir view test to test both
ascending and descending cases.
--
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]