-
Notifications
You must be signed in to change notification settings - Fork 31
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
accept int as sort keys instead of Sort() in .query() and .groupby() #241
Conversation
Codecov Report
@@ Coverage Diff @@
## master #241 +/- ##
==========================================
- Coverage 88.33% 87.68% -0.65%
==========================================
Files 27 27
Lines 2006 2006
==========================================
- Hits 1772 1759 -13
- Misses 234 247 +13
Continue to review full report at Codecov.
|
This pull request introduces 4 alerts when merging 8ba1356 into a6e8e11 - view on LGTM.com new alerts:
|
My only comment is that I wouldn't get rid of the The type hint in this situation would change from |
@shyamd the docs test is failing due to a version conflict with |
if you merge in the main repo master it should work now. |
Accept str or int (e.g. "Ascending" or 1) as sort keys instead of requiring
Sort(1)
inStore.query()
, per previous discussion on Slack.