-
Notifications
You must be signed in to change notification settings - Fork 351
added support for allow_disk_use #780
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
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #780 +/- ##
========================================
Coverage 95.22% 95.23%
========================================
Files 20 20
Lines 3793 3797 +4
========================================
+ Hits 3612 3616 +4
Misses 181 181
Continue to review full report at Codecov.
|
pcorpet
left a comment
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.
Thanks for your change.
Please add a usage in any of existing test or copy an existing one to set it with True or False and check that there are no errors (for regression).
Disregard the broken pylint, I'll take care of it.
|
@pcorpet |
|
Hi @pcorpet, have you had time to look at this PR? |
Can you try rebasing on HEAD of develop please? |
Add a usage of the keyword argument as well in a test. |
9057059 to
da28b1e
Compare
|
Thanks for your changes! |
|
@pcorpet thank you! When do you plan to release a new version? |
Added support for missing allow_disk_use param: https://pymongo.readthedocs.io/en/stable/api/pymongo/collection.html#pymongo.collection.Collection.aggregate