-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support cursors for aggregation pipelines #2861
Support cursors for aggregation pipelines #2861
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2861 +/- ##
==========================================
- Coverage 63.55% 59.42% -4.13%
==========================================
Files 451 451
Lines 23512 23555 +43
==========================================
- Hits 14943 13998 -945
- Misses 7603 8573 +970
- Partials 966 984 +18
... and 41 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM, but let's work on all comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if we have enough "why" in some comments, but I don't want to block the PR, so feel free to resolve my comment.
48c2f03
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
Closes #1892.
Also fixes
find
zerobatchSize
when it calls cursor.Next(). It should fetch all the rest of documents, not zero document.Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.