-
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
Implement limit pushdown for PostgreSQL #3580
Implement limit pushdown for PostgreSQL #3580
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3580 +/- ##
==========================================
- Coverage 61.65% 61.54% -0.11%
==========================================
Files 426 426
Lines 27480 27528 +48
==========================================
+ Hits 16942 16943 +1
- Misses 9532 9573 +41
- Partials 1006 1012 +6
... and 8 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
@noisersup this pull request has merge conflicts. |
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.
@AlekSi Not only conflicts, there are failing tests and I'm tweaking that |
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.
(that seems to be a new GitHub bug – reviews without the final review comment are not marked as reviews)
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.
There are failing tests
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.
The code looks good to me, but I agree with Chi: it would be nice to add a test case to cover the situation where you found a bug.
CI is failing due to coveralls, the tests passed |
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 #3416.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Milestone (Next
), Labels, Project and project's Sprint fields.