-
Notifications
You must be signed in to change notification settings - Fork 410
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
Pushdown simplest sorting for aggregate
command
#2530
Pushdown simplest sorting for aggregate
command
#2530
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2530 +/- ##
==========================================
- Coverage 27.00% 26.97% -0.04%
==========================================
Files 405 405
Lines 20086 20110 +24
==========================================
Hits 5424 5424
- Misses 14091 14115 +24
Partials 571 571
Flags with carried forward coverage won't be shown. Click here to find out more. |
@noisersup this pull request has merge conflicts. |
aggregate
command aggregate
command
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 approve, but as I added some code here, more reviews are needed (@w84thesun @AlekSi)
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 #2438.
Let's review it after merging #2506.
From @rumyantseva: I tested it manually (
$match
+$sort
, only$sort
,$sort
+$match
), and it works! Feel free to try it as well (don't forget to set--test-enable-sorting-pushdown
flag).Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.