-
Notifications
You must be signed in to change notification settings - Fork 803
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
Reverse slices result in negative size #1358
Labels
Category: Bug
Something isn't right
Comments
Nice catch! Would you be willing to provide a fix and test case for this issue? |
This was referenced May 5, 2020
Done! #1360 |
@shanon-equityzen I can try to get a patch release out tomorrow. |
@sethmlarson any update on the next release? |
@bk-equityzen Released v7.2.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
results in
-20
as the size sent to ElasticSearch. This can possibly cause an error:RequestError(400, 'search_phase_execution_exception', 'numHits must be > 0; please use TotalHitCountCollector if you just need the total hit count')
Proposed Solution:
The slice function should result in a minimum size of
0
The text was updated successfully, but these errors were encountered: